Multipe lines in a MsgBox

From HashVB
Jump to: navigation, search

We can add multiple lines to a MsgBox by using "vbCrLf".

eg. MsgBox "Hello. This is line 1." & vbCrLf & " This is line 2" & vbCrLf & "This is line 3"