S
Steve Kearon
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
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