E-Mail - new line

L

Les

Good morning,

I am sending an e-mail with code and just wondered if it was possible
and how to start a new line in the message part. e.g

this is a test.

best regards,

Les
 
D

Dennis

strEMail = "this is a test." & vbCrLf & vbCrLf & "best regards," & vbCrLf &
vbCrLf & "Les"
 
Top