Create Multiline Message Boxes!
Creates multiline MsgBoxes
Original Author: Ian Gorse
Assumptions
Just paste the code any where you want
Code
''There it is
wrap$ = Chr$(10) + Chr$(13)
MsgBox "Line number 1" + wrap$ + "Line Number 2"
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.