You are here: ShaunaKelly.com > Word home > Tags > Add-ins
Add-ins
How to detect whether a Word COM Add-in is connected and, if not, load it
Word's object model provides a COMAddIns collection of COMAddIn objects. In theory, the .Connect property of a COMAddIn object should tell you whether the add-in is connected and/or allow you to load it. In practice, not so.