Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-16-2017, 10:05 AM
wordguy wordguy is offline VBA code to enable a Word COM Add-In Windows 10 VBA code to enable a Word COM Add-In Office 2016
Novice
VBA code to enable a Word COM Add-In
 
Join Date: Jun 2017
Posts: 7
wordguy is on a distinguished road
Default VBA code to enable a Word COM Add-In

Thanks for the idea Greg.



I've put your code into the following:

Sub printdescriptions()
Dim lngIndex As Long
Dim oCAIs As COMAddIns
Set oCAIs = Application.COMAddIns
For lngIndex = 1 To oCAIs.Count
Debug.Print Application.COMAddIns(lngIndex).Description
Exit For
Next
End Sub

Nothing prints.

Ideas?

Thanks.

Kurt
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Word VBA code to enable a COM Add-In wordguy Word VBA 0 06-13-2017 01:52 PM
VBA code to enable a Word COM Add-In Force a user to enable macros in Powerpoint? Hide sheets until the "enable" button is clicked copleyr PowerPoint 1 10-07-2016 01:15 AM
How to automatically enable macros upon opening the Word? laurieli Word VBA 2 12-22-2015 02:46 PM
VBA code to enable Regular Expression ronmayerle Word VBA 2 11-20-2014 01:09 PM
VBA code to enable a Word COM Add-In For multiple word document management, is it possible to enable or disable plugin ?? anfas Word 2 11-21-2013 10:23 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft