ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Remove addin available from list (https://www.excelbanter.com/excel-programming/336908-remove-addin-available-list.html)

Vacation's Over

Remove addin available from list
 
How do you remove an item from the popup list of "Addins Available"?

I have the ability to add items by:
sLibPath = Application.LibraryPath & Application.PathSeparator &
sAddInFullName
'Copy add-in file to the Liblary folder
FileCopy Source:=sAdiPath, Destination:=sLibPath

but removing file from the same library folder doesn't seem to remove it
from the list....

Tom Ogilvy

Remove addin available from list
 
The list is held in the registry in keys like Open1, Open2 as recall.

If it is just for personal use, then after you remove the file, you can
uncheck and check it in tools=Addins and when file is not found, excel will
offer to remove it from the list.

--
Regards,
Tom Ogilvy

"Vacation's Over" wrote in message
...
How do you remove an item from the popup list of "Addins Available"?

I have the ability to add items by:
sLibPath = Application.LibraryPath & Application.PathSeparator &
sAddInFullName
'Copy add-in file to the Liblary folder
FileCopy Source:=sAdiPath, Destination:=sLibPath

but removing file from the same library folder doesn't seem to remove it
from the list....





All times are GMT +1. The time now is 10:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com