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"