B
Bob
Hi,
I open excel from C# with the following code. It works fine except
that any Add-Ins on the computer don't load. They show up as checked
in the add-ins box but don't function. To get them to function I have
to unlload (uncheck) then reload them. I have this problem in both
Office XP and Office 2007. Is there some method I can call on the
ExcelObj to get the add-ins to load/work in the first place?
ExcelObj = new Microsoft.Office.Interop.Excel.Application();
Thanks,
Bob
I open excel from C# with the following code. It works fine except
that any Add-Ins on the computer don't load. They show up as checked
in the add-ins box but don't function. To get them to function I have
to unlload (uncheck) then reload them. I have this problem in both
Office XP and Office 2007. Is there some method I can call on the
ExcelObj to get the add-ins to load/work in the first place?
ExcelObj = new Microsoft.Office.Interop.Excel.Application();
Thanks,
Bob