A
ARHangel
I have created a word and attached on open event a message box.
Private Sub Document_Open()
MsgBox "Open"
End Sub
Now I create a new word document and insert with Insert/Object...
CreateFromFile the document before created.
Now my question is why the message box did not appear? If you create an
excel like up with an open event and add it in the word document the message
box is showed.
Is there a way to make the message box appear in the word case?
This is just an example. What I want is to print the document on closing,
but it is an embeded object that is edited outside(in Word)
Private Sub Document_Open()
MsgBox "Open"
End Sub
Now I create a new word document and insert with Insert/Object...
CreateFromFile the document before created.
Now my question is why the message box did not appear? If you create an
excel like up with an open event and add it in the word document the message
box is showed.
Is there a way to make the message box appear in the word case?
This is just an example. What I want is to print the document on closing,
but it is an embeded object that is edited outside(in Word)