View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
tjmny tjmny is offline
external usenet poster
 
Posts: 3
Default "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