P
pukya78
Hi,
I have a Word document which is embedded in some application. I used
the Document_Open macro which would automatically get executed when the
doc. is opened. It works fine if the word doc. is directly opened. But
when I open the embedded Word doc., this macro does not get executed.
Do I need to do something more?
I have a Word document which is embedded in some application. I used
the Document_Open macro which would automatically get executed when the
doc. is opened. It works fine if the word doc. is directly opened. But
when I open the embedded Word doc., this macro does not get executed.
Do I need to do something more?
Code:
Sub Document_Open()
MsgBox "opened"
End Sub