PDA

Click to See Complete Forum and Search --> : Removing an addin from Excel via VBA


EMtixis
Jun 27th, 2006, 10:46 AM
Hello.

How can I remove an addIn from Excel via VBA ? The command

Addins("MyAddin").Installed = False

will make the Addin inactive, however it will not remove it. How can I effectively remove the reference to the addin ?

westconn1
Jun 28th, 2006, 04:45 AM
the information i found says you have to run setup to install or remove addins, but i don't think this helps you much

pete