Thread
: [Solved]
Removing add in programatically
View Single Post
05-08-2014, 08:25 PM
macropod
Windows 7 32bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
Can you delete the addin manually after running:
Code:
Application.AddIns(sAddInFileName).Installed = False Application.AddIns(sAddInFileName).Delete
If so, the file isn't open.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod