Hello there,
I have a code that sents an email to the reciepents I want, with the attachement i need
The problem is tha in the message of the mail I want after this:
[FONT="]To: [/FONT]<o></o>Recipient1
[FONT="]ATTN: [/FONT]<o></o>Attn
[FONT="]Dear [/FONT]<o></o>Recipient2
to input a message from a specific word document
So we have:
With OutMail
.To = cell.Value
.Subject = Subj
.body = "To:" & " " & Recipient1 & " " & vbNewLine & vbNewLine _
& "ATTN:" & " " & Attn & vbNewLine & vbNewLine & _
"Dear" & " " & Recipient2 _
HERE THE TEXT FROM THE WORD DOCUMENT MUST BE ENTERED
Can anybody please provide some help?
I have a code that sents an email to the reciepents I want, with the attachement i need
The problem is tha in the message of the mail I want after this:
[FONT="]To: [/FONT]<o></o>Recipient1
[FONT="]ATTN: [/FONT]<o></o>Attn
[FONT="]Dear [/FONT]<o></o>Recipient2
to input a message from a specific word document
So we have:
With OutMail
.To = cell.Value
.Subject = Subj
.body = "To:" & " " & Recipient1 & " " & vbNewLine & vbNewLine _
& "ATTN:" & " " & Attn & vbNewLine & vbNewLine & _
"Dear" & " " & Recipient2 _
HERE THE TEXT FROM THE WORD DOCUMENT MUST BE ENTERED
Can anybody please provide some help?