Is there a way to uninstall an Excel addin using VBScript?
I know that I can use:
oXL.AddIns(i).Installed = False
but this only desactive it, my intention is to remove it completly with a VBS script.
Thanks in advance.
Regads.
1 Comment
[ + ] Show comment
-
huh? - nshah 11 years ago
Answers (1)
Please log in to answer
Posted by:
anonymous_89761
11 years ago
maybe this technet post will help you out: http://social.msdn.microsoft.com/Forums/office/en-US/2b5335db-ec92-4aaa-99da-4968fdb9a92c/uninstalling-excel-addin-using-vbscript
Comments:
-
Search for:
VBScript +"Captain Planet"
He re-engineered an ancient script of mine and turned it into a thing of beauty. It works really well as a Custom Action in MSIs, too. - anonymous_9363 11 years ago