Create Multiline Message Boxes
Creates multiline MsgBoxes
Assumes
Just paste the code any where you want
Rate Create Multiline Message Boxes
(5(5 Vote))
''There it is
wrap$ = Chr$(10) + Chr$(13)
MsgBox "Line number 1" + wrap$ + "Line Number 2"
Create Multiline Message Boxes Comments
No comments yet — be the first to post one!
Post a Comment