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 ?
Printable View
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 ?
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