View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Kearon Steve Kearon is offline
external usenet poster
 
Posts: 3
Default how to completely remove an add-in?

I know how to install an addin (e.g.
application.AddIns.Add("myaddin.xla",TRUE))

I also know how to install & un-install (Addin.Instal(TRUE)) - equivalent to
checking/unchecking the entry in Tools/Add-Ins dialog.

How do I completely remove an add-in so that it no longer gets listed in the
Tools/Add-Ins dialog ?

Many thanks

Steve Kearon