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"
Creates multiline MsgBoxes
Original Author: Ian Gorse
Just paste the code any where you want
''There it is
wrap$ = Chr$(10) + Chr$(13)
MsgBox "Line number 1" + wrap$ + "Line Number 2"