Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is it possible in VBA to remove the Add-In that is listed on the Excel - Tools Add-in menu? I know who to remove the XLA from memory, I know how to delete the xla from the directory -- Trefor |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you mean with code, I you have to go into the registry as well and remove
it. You will have to make sure you reestablish the sequence of registry entries. manually, after you unload it and remove it from the drive, then select it in Tools=Addins and Excel will offer to remove it. http://tinyurl.com/kgspz -- Regards, Tom Ogilvy "Trefor" wrote: Is it possible in VBA to remove the Add-In that is listed on the Excel - Tools Add-in menu? I know who to remove the XLA from memory, I know how to delete the xla from the directory -- Trefor |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
Thankyou for your reply. I was hoping to do this in code and not manually. -- Trefor "Tom Ogilvy" wrote: If you mean with code, I you have to go into the registry as well and remove it. You will have to make sure you reestablish the sequence of registry entries. manually, after you unload it and remove it from the drive, then select it in Tools=Addins and Excel will offer to remove it. http://tinyurl.com/kgspz -- Regards, Tom Ogilvy "Trefor" wrote: Is it possible in VBA to remove the Add-In that is listed on the Excel - Tools Add-in menu? I know who to remove the XLA from memory, I know how to delete the xla from the directory -- Trefor |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unshimmed Automation Addin and Shimmed COM Addin in same App Domai | Excel Programming | |||
Writing an API for Removing an Addin | Excel Programming | |||
Removing an Addin thru MSI | Excel Programming | |||
Removing an addin from the addin's list dialog | Excel Programming | |||
Remove Excel AddIn from AddIn List !! Help | Excel Programming |