Line brake in a MsgBox

P

Peter

Hi again,

How do i insert a line brake in a MsgBox...in order to make the MsgBox look
more..structured..

Thanks!
 
M

Marshall Barton

Peter said:
How do i insert a line brake in a MsgBox...in order to make the MsgBox look
more..structured..

MsgBox "This is line one" & vbCrLf & "This is line two"
 
Top