X
Xluser@work
I am currently completing a macro to automate sending of email with
attachments. This is all working except for the format of the body of the
email which I am struggling with. In the code I have specified the text I
want to send as it is common to all emails. My query is simple, how do I add
like breaks to my text in the body in order for the email to appear as
different lines as in a normal email rather than one long piece of text?
In other words I want to turn:
Dear XX, Please find attached last period sales. Any queries let me know.
Regards.
Into:
Dear XX,
Please find attached last period sales.
Any queries let me know.
Regards
Any help gratefully received.
attachments. This is all working except for the format of the body of the
email which I am struggling with. In the code I have specified the text I
want to send as it is common to all emails. My query is simple, how do I add
like breaks to my text in the body in order for the email to appear as
different lines as in a normal email rather than one long piece of text?
In other words I want to turn:
Dear XX, Please find attached last period sales. Any queries let me know.
Regards.
Into:
Dear XX,
Please find attached last period sales.
Any queries let me know.
Regards
Any help gratefully received.