I want to execute a shell command like the following using Visual Basic for Applications.
C:\\Temp\\gc.exe 1
How can I do it?
Example:
retVal = Shell("C:\Temp\gc.exe 1", vbNormalFocus)
Link: Shell Invoked from VBA