problem with Excel file created programmatically

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

All,

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
add-ins are not enabled. Actually I think they are enabled, but the
Add-in menu is not on the menu bar, and when I enter a formula that
references one, it does not work. However, they are checked in the Add-
in window. Also, the Trust Center has macros enabled. What am I
missing here?

TIA,

Bill
 
Are you opening Excel manually or via automation?
Add-ins do not load when Excel is opened using automation.

Tim
 
Are you opening Excel manually or via automation?
Add-ins do not load when Excel is opened using automation.

Tim
Automation. That explains it. Is there a way to load add-ins via
automation?

TIA,

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top