View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
carl carl is offline
external usenet poster
 
Posts: 9
Default Remove Excel AddIn from AddIn List !! Help

Hi, Is there a way to remove in VBA an Excel AddIn that
had been Install and loaded in VBA?

I have tried to removed it in the Registry.
the path1: Software\Microsoft\Office\9.0\Excel\Options

The Key : OPEN
this Key is created when installing the AddIn In VBA.
But When installing it Manualy, the Path is not the same.

Path2: Software\Microsoft\Office\9.0\Excel\Add-in Manager

Even when deleting the two of them, the information
rewrite it self in the registry in Path2 !!!!!
My Addin is already close when that append.
Is there a way to remove the Add in from Add In list ?

Thank for any suggestion !!!