Checking add-in is registered and active

Add-in Express™ Support Service
That's what is more important than anything else

Checking add-in is registered and active
 
Marco


Guest


Hello,

I?Â?Ð?ém using the ?Â?Ð?ìadxregistrator.exe?Â?Ð?í to register/unregister my add-in in Word and I would like to figure out if my add-in is already registered and active in the Word without looking in the Windows registry? Is there some easy way to do it, maybe over another ?Â?Ð?ìadx?Â?Ð?í program?
Posted 13 Jul, 2018 03:22:44 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Marco,

You can use COMAddin.Connect (https://msdn.microsoft.com/en-us/vba/office-shared-vba/articles/comaddin-connect-property-office) to find this.

{host application's Application object}.COMAddins.Item(strMyComAddinProgId).Connect

strMyComAddinProgId - see the ProgId attribute of your add-in module.


Andrei Smolin
Add-in Express Team Leader
Posted 13 Jul, 2018 04:48:20 Top
Marco


Guest


Hello Andrei,

Perfect, that?Â?Ð?és exactly what I was looking for. Thank you :)
Posted 13 Jul, 2018 06:26:27 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 13 Jul, 2018 06:53:33 Top