On Jan 26, 10:02 pm, "Tim Williams" <timjwilliams at gmail dot com>
wrote:
> Are you opening Excel manually or via automation?
> Add-ins do not load when Excel is opened using automation.
>
> Tim
>
> > All,
Automation. That explains it. Is there a way to load add-ins via
automation?
TIA,
Bill
> > I am using Excel 2007. I create an Excel file with my C# app and all
> > is well.... except for add-ins. When I open the file that I created
[quoted text clipped - 9 lines]
>
> - Show quoted text -
Tim Williams - 27 Jan 2008 22:58 GMT
From:
http://groups.google.com/group/microsoft.public.excel.programming/browse_thread/
thread/aa03308fb1fc061/0e09a32f7724e451?hl=en&lnk=st&q=excel+automation+addins#0
e09a32f7724e451
For Each tempAddin In oXL.AddIns
If tempAddin.Installed Then
oXL.Workbooks.Open (tempAddin.FullName)
End If
Next
Tim
On Jan 26, 10:02 pm, "Tim Williams" <timjwilliams at gmail dot com>
wrote:
> Are you opening Excel manually or via automation?
> Add-ins do not load when Excel is opened using automation.
[quoted text clipped - 6 lines]
>
> > All,
Automation. That explains it. Is there a way to load add-ins via
automation?
TIA,
Bill
> > I am using Excel 2007. I create an Excel file with my C# app and all
> > is well.... except for add-ins. When I open the file that I created
[quoted text clipped - 9 lines]
>
> - Show quoted text -