Multiple instances of Word

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

Multiple instances of Word
Word plugin seems "shared" among Word instances 
Alexandre Locas




Posts: 1
Joined: 2015-05-15
Hi, I have developed a Word add-in and I am observing the current situation :

1-Start Word and activate my add-in (ADXWordTaskPane) via a command button
2-Start another instance of word and my add-in is visible even if I did not activate it

I would like the second instance of Word to behave like the first : the plug-in must not be showed until the user activates it.

Thank you
Posted 15 May, 2015 10:22:17 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Alexandre,

You control this by specifying ADXOlForm.Visible=false/true in the ADXOlForm.ADXBeforeFormShow event.


Andrei Smolin
Add-in Express Team Leader
Posted 18 May, 2015 04:48:23 Top