View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Problem Loading Addins - Excel Started through COM Interface

that is the expected behavior. You have to load them with your code.

--
Regards,
Tom Ogilvy


"newbie73" wrote:

I have a script which launches Excel through the COM interface. When I open
a spreadsheet in this manner, none of the addins are loaded that are usually
loaded when I start Excel through the windows interface.

Any idea what could be going wrong? I am using Windows XP Pro and am
accessing the COM interface through Python and the win32 extensions.

Thanks,

- Luis