Multipe lines in a MsgBox
From HashVB
Revision as of 23:10, 15 February 2007 by Drnoitall.hello (Talk | contribs)
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"