R
Roger
I would like to stop an event in Word VBA. How can I do it?
For example:
Private Sub Document_New()
msgbox("You can't create a new document")
' Now I would like that:
' nothing happens and the new document
' doesn't appear on the screen.
End Sub
Thanks in advance
Roger
For example:
Private Sub Document_New()
msgbox("You can't create a new document")
' Now I would like that:
' nothing happens and the new document
' doesn't appear on the screen.
End Sub
Thanks in advance
Roger