"Do Not Show Again" option for message box
I created a message box when a file is open and would like to include an
option for "Do Not Show Again". How do I do this? Appreciate any help.
Private Sub Workbook_Open()
MsgBox "If this is a new test file, save the file before entering data!", ,
"Save File Reminder!"
End Sub
|