VBA code to open non excel programs
Solved/Closed
Related:
- Vba open program
- Vba case like - Guide
- Coagula program - Download - Other
- Kerbal space program free download - Download - Simulation
- End it all program - Download - Cleaning and optimization
- Window washer program - Download - Cleaning and optimization
Aug 20, 2009 at 09:43 AM
Sub My_macro()
Shell ("C:\MyProgramFolder\MyProgram.exe")
End Sub
- This will open the program MyProgram.exe :)
Feb 23, 2016 at 06:27 AM
Jan 7, 2019 at 04:37 AM