Hi,
I got the error "Run-Time error '-2147024894 (80070002)': Method '~' of object '~' failed" when I run the following program: (MyProgram.exe is a VB executable)
Dim objWsh As Object
Set objWsh = CreateObject("wscript.shell")
objWsh.Run ("C:\MyProgram.exe")
Set objWsh = Nothing
Thanks in advance!
I got the error "Run-Time error '-2147024894 (80070002)': Method '~' of object '~' failed" when I run the following program: (MyProgram.exe is a VB executable)
Dim objWsh As Object
Set objWsh = CreateObject("wscript.shell")
objWsh.Run ("C:\MyProgram.exe")
Set objWsh = Nothing
Thanks in advance!