P
PaddyMac
I am using the following code to try to get a message box to appear
automatically upon opening a Word document.
I have written it into the "ThisDocument" folder.
Sub ThisDocument_Open()
MsgBox "This file is now open"
End Sub
Any ideas
Many thanks
PaddyMac
automatically upon opening a Word document.
I have written it into the "ThisDocument" folder.
Sub ThisDocument_Open()
MsgBox "This file is now open"
End Sub
Any ideas
Many thanks
PaddyMac