![]() |
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 !!! |
Remove Excel AddIn from AddIn List !! Help
In VBA use
Application.AddIns("MyAddin").Installed=False You can use the registry, but when Excel closes, it will update th eregistry as per the add-in mamager, so any changes that you made will be overwritten. Patrick Molloy Microsoft Excel MVP -----Original Message----- 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 !!! . |
Remove Excel AddIn from AddIn List !! Help
the name is still in list...
this the code i use to linstall and load the AddIn ExcelApp.AddIns.Add FileName:=AddinName ' ExcelApp.AddIns(ADDIN_NAME).Installed = True i think it is good. -----Original Message----- In VBA use Application.AddIns("MyAddin").Installed=False You can use the registry, but when Excel closes, it will update th eregistry as per the add-in mamager, so any changes that you made will be overwritten. Patrick Molloy Microsoft Excel MVP -----Original Message----- 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 !!! . . |
All times are GMT +1. The time now is 09:27 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com