A
Alex
Hope someone can help with this really simply task - I can use VBA in Access
but have never used in Word. I am just trying a few things out and have got
stuck on first one - displaying a message box !!
Have opened New document and saved as Document1.doc
Have gone to VBA - selected Project (Document1) | Micrtosoft Word Objects |
ThisDocument.
Have entered the following code:
Private Sub Document_Open()
MsgBox "Bingo!"
End Sub
have saved the document again, but when I open the document I get the VBA
Toolbox and the VBA Exit Design Toolbar.
Help please - what have I done !!!
Thanks
Alex
but have never used in Word. I am just trying a few things out and have got
stuck on first one - displaying a message box !!
Have opened New document and saved as Document1.doc
Have gone to VBA - selected Project (Document1) | Micrtosoft Word Objects |
ThisDocument.
Have entered the following code:
Private Sub Document_Open()
MsgBox "Bingo!"
End Sub
have saved the document again, but when I open the document I get the VBA
Toolbox and the VBA Exit Design Toolbar.
Help please - what have I done !!!
Thanks
Alex