just like you would with a string by using vbCrLF
Code:
MsgBox "Created by: Andrew on 2/16/04" & vbcrlf & "Line2", vbDefaultButton1, "Calculator 1.1"
EDIT:
Well just change the location of the new line
Code:
MsgBox "Created by:" & vbcrlf & "Andrew on 2/16/04", vbDefaultButton1, "Calculator 1.1"
|
__________________
"In The Land of The Blind the One-Eyed Man is King."
Jumentous
|