GetObject how does it works ???
Ina,
For GetObject to succeed, the application needs to be able to <From VBA
Help Return a reference to an object provided by an ActiveX component
</From VBA Help.
Does this PLaunch support this ?
NickHK
"ina" wrote in message
oups.com...
Hello,
How it works the function getobject for another program
Dim appPack as Object
Set appPack = GetObject("C:\Program Files\PLaunch\PLaunch.exe",
"PLaunch")
appPack.run
Seems that doesn't work.
Ina
|