View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] omri@directxtras.com is offline
external usenet poster
 
Posts: 3
Default xlAutoOpen and GetActiveObject

Hey,
GetActiveObject() to get the running excel instance does not work
from xlAutoOpen since excel is not registered yet as running. Is there
another function to call to get the IUnknown or IDispatch for excel or
is there another entry point I need to define where GetActiveObject()
will work?

Omri