I’ve found lots of code for creating message boxes. I can’t find code for a simple one that displays for 1 or 2 seconds alerting the user to a short message. I don’t want the user to have to click a button to close the message box.
Sub DateMsg()
MsgBox “Format date mmmm/dd/yyyy.”
End Sub
Thank you!
Charlie
charlie6067