To do a line break in a message box, use the Chr(13) function in the prompt string, eg,

MsgBox "This is line 1" & Chr(13) & "This is line 2"