If you want you could use this code below do it, however the message box will be a Question message box. The Question message box will not make the alert sound.
Heres the code:
prompt$ = "Put Message here"
reply = MsgBox(prompt$, vbQuestion, "Put title here")
Justin Dean,PE