Killerme
02-16-2004, 10:38 PM
How do I make more then one line on a message box? Here's my current code:
MsgBox "Created by: Andrew on 2/16/04", vbDefaultButton1, "Calculator 1.1"
EDIT: Sorry what I want the message box to say is:
"Created by:
Andrew on 2/16/04"
MsgBox "Created by: Andrew on 2/16/04", vbDefaultButton1, "Calculator 1.1"
EDIT: Sorry what I want the message box to say is:
"Created by:
Andrew on 2/16/04"