Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default 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....
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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....



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Addin Rao Ratan Singh Excel Discussion (Misc queries) 2 June 21st 08 05:24 AM
remove name of addin in Tools menu: "Document Project" Kate Excel Discussion (Misc queries) 2 January 9th 07 06:50 PM
List all Addin Project Name Richard Reye Excel Programming 1 April 11th 05 06:44 AM
How to programmatically remove an AddIn (xla) AndyB Excel Programming 1 July 6th 04 06:38 AM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM


All times are GMT +1. The time now is 01:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"