Hi all,
Can anyone please help me out with the correct syntax for this:
Dim stAppName As String
stAppName = "C:\Program Files\Gavlock Consulting\SmartDir.exe" /run "C:\Reports\WeeklyFL.ini"
Call Shell(stAppName, vbHide)
I have tried searching the forum, but obviously haven't found the correct search keywords...
VBA apparently doesn't like the /run parameter.
Stu
Can anyone please help me out with the correct syntax for this:
Dim stAppName As String
stAppName = "C:\Program Files\Gavlock Consulting\SmartDir.exe" /run "C:\Reports\WeeklyFL.ini"
Call Shell(stAppName, vbHide)
I have tried searching the forum, but obviously haven't found the correct search keywords...
VBA apparently doesn't like the /run parameter.
Stu