Discussion:
Word Add in not Activated with document opened in a browser
(too old to reply)
Robert Jones
2005-05-18 18:20:02 UTC
Permalink
If my Word document opens in the browser window my add in menu appears but
none of the code is run.

For example the initialisation routine:

Private Sub AddinInstance_OnConnection(ByVal Application As Object, ByVal
ConnectMode As AddInDesignerObjects.ext_ConnectMode, ByVal AddInInst As
Object, custom() As Variant)

doesn't get run from within IE.

If the user has the option to open the Word document in a new window the add
in works correctly.

I have written the add-in in Visual Basic and my version of Word is 2003
SP1.
Robert Jones
2005-05-18 21:11:29 UTC
Permalink
I should clarify I am talking about a COM addin.
Post by Robert Jones
If my Word document opens in the browser window my add in menu appears but
none of the code is run.
Private Sub AddinInstance_OnConnection(ByVal Application As Object, ByVal
ConnectMode As AddInDesignerObjects.ext_ConnectMode, ByVal AddInInst As
Object, custom() As Variant)
doesn't get run from within IE.
If the user has the option to open the Word document in a new window the
add in works correctly.
I have written the add-in in Visual Basic and my version of Word is 2003
SP1.
Loading...