View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vacation's Over Vacation's Over is offline
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....