How to unload Excel Addin Application?

  • Thread starter Thread starter cherishman
  • Start date Start date
C

cherishman

I create an Excel Addin application. When user use excel, the addin
application will auto load. How can I control the loading and unloading the
addin.
I use office 2003. thanks!
 
Here's an example...

AddIns("Analysis ToolPak").Installed = True '''Use False to uninstall

Hth,
OJ
 
but my addin application is not created with VBA, it's created with vb.net,
so we can't find the addin application when use application.addins property.
our addin application will auto load when excel startup
 
perhaps you should have mentioned that in your original post!! You said
"I use office 2003" not "i use VB.NET"..Or was it a trick
question???<bg>

I would've thought that a VB.NET NG would be a better place to find
this out...
 

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