Msgbox not working
I wrote the following to remind users to enter dates when they save the
worksheet/book:
Private Sub Workbook_BeforeSave()
MsgBox "Did you enter the dates?"
End Sub
But the message box doesn't show. The macro is in the sheet I'm saving.
Any ideas?
Thanks!
|