royalcheese
Technical User
Hi all I have this code
Im trying to open the path "C:\Program Files\File Capture\Outbox-" (then a named folder say 'John') and open it in a windows explorer.
the Code below bombs with a run time error
"Method 'Run' of Object IwshShell3 field"
Any help in advance mucho thanks.
Chriso
Im trying to open the path "C:\Program Files\File Capture\Outbox-" (then a named folder say 'John') and open it in a windows explorer.
the Code below bombs with a run time error
"Method 'Run' of Object IwshShell3 field"
Code:
HLink = "C:\Program Files\File Capture\Outbox-" & sName & "\"
CreateObject("WScript.Shell").Run HLink
Any help in advance mucho thanks.
Chriso