Results 1 to 2 of 2

Thread: Removing an addin from Excel via VBA

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    2

    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 ?

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    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
  •  



Click Here to Expand Forum to Full Width