Giordano Bruno
Well-known Member
- Joined
- Jan 7, 2007
- Messages
- 1,334
I have the following code:
AddinTitle = "ACME"
AddIns(AddinTitle).Installed = False
Kill Application.UserLibraryPath & AddinName
This works up to a point, but the ACME addin still appears in the Addins list. Sure it goes when you try to tick it, but I would like all trace of the addin to disappear after the code has been run. Is this possible?
AddinTitle = "ACME"
AddIns(AddinTitle).Installed = False
Kill Application.UserLibraryPath & AddinName
This works up to a point, but the ACME addin still appears in the Addins list. Sure it goes when you try to tick it, but I would like all trace of the addin to disappear after the code has been run. Is this possible?