|
-
Jun 27th, 2006, 10:46 AM
#1
Thread Starter
New Member
Removing an addin from Excel via VBA
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 ?
-
Jun 28th, 2006, 04:45 AM
#2
Re: Removing an addin from Excel via VBA
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|