View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
David Welch[_3_] David Welch[_3_] is offline
external usenet poster
 
Posts: 7
Default How do I isolate my Excel Server from the user's general Excelenv

In my experience GetObject won't work if the Excel window has not been
activated. I think this would
be the case if Excel was started like:
Set xlapp = New Excel.Application

since the window is hidden by default?

Ignore the highlighting in this email!!