Is there an easy way to use a command button to start an .exe file? Like Outlook , or another VB application.
Printable View
Is there an easy way to use a command button to start an .exe file? Like Outlook , or another VB application.
There are plenty of examples already in this forum on how to do that...
Just do a search for "ShellExec" and you will find them all
Use "Shell" function in command button's click event.