View Single Post
 
Old 06-13-2017, 01:52 PM
wordguy wordguy is offline Windows 10 Office 2016
Novice
 
Join Date: Jun 2017
Posts: 7
wordguy is on a distinguished road
Default Help with Word VBA code to enable a COM Add-In

One of our firm's Word add-ins in the COM Add-ins group is causing some freezing issues on occasion in Word when enabled. The add-in is very important for some users, so we'd like to give them the choice of easily enabling or disabling it, depending on what they're doing in Word. I have tried all kinds of VBA code involving Application.COMAddIns, but can't find the correct code to assign to a couple of buttons on the Quick Access Toolbar, one which would enable the add-in, the other to disable it. All meant to save the user time instead of having to go to File/Options/Add-ins/Manage COM Add-ins every time to either enable or disable the add-in. Let's call the add-in "do it fast" for the sake of example.

Any help would be greatly appreciated. Thank you!!
Reply With Quote