View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default 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