View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ina ina is offline
external usenet poster
 
Posts: 120
Default GetObject how does it works ???

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