Hi there,
I imagine there is a simple solution to this but I can not find an answer to it.
I would like the message box in the following code to close automatically after say 5 seconds. I am guessing that a user form might be the way to go but will defer to wiser council.
Thanks in advance
I imagine there is a simple solution to this but I can not find an answer to it.
I would like the message box in the following code to close automatically after say 5 seconds. I am guessing that a user form might be the way to go but will defer to wiser council.
Code:
Option Explicit
Private Sub Workbook_Open()
MsgBox "Note that the prices in italics are indicative only. ", vbOKOnly
End Sub
Thanks in advance