D
Dave Neve
Hi
Why won't this simple bit of code work.
I'm trying to understand 'automatic macros'.
It works if I execute it in VBA but not when I close the doc or Word.
Thanks
__________________________________________________
Sub AutoExit()
MsgBox "Have a Nice Day", _
vbOKOnly + vbExclamation, "Dave Neve"
End Sub
__________________________________________________
Why won't this simple bit of code work.
I'm trying to understand 'automatic macros'.
It works if I execute it in VBA but not when I close the doc or Word.
Thanks
__________________________________________________
Sub AutoExit()
MsgBox "Have a Nice Day", _
vbOKOnly + vbExclamation, "Dave Neve"
End Sub
__________________________________________________