
New Member

June 18, 2018

Hi
I Downloaded the Attach PDF to Email Code off this Web Site
I am trying to input the Signature before the Text in the Email
Can anyone help with this
I beleive i need to have a bit of code in this section
-------------------------------------------------
With OutlookMail
.Display
.To = Email_To
.CC = Email_CC
.BCC = Email_BCC
.Subject = EmailSubject & CurrentMonth
.Body = "Hi" & vbNewLine & vbNewLine & "" & ActiveSheet.Range("S3") & ""
.Attachments.Add PDFFile
If DisplayEmail = False Then
.Sen
End If
-------------------------------------------------
Regards Mike


October 5, 2010

Hi Mike,
If you have a default HTML sig already set up you can modify just one line of code
.Display
.To = Email_To
.CC = Email_CC
.BCC = Email_BCC
.Subject = EmailSubject & CurrentMonth
.HtmlBody = "Hi" & vbNewLine & vbNewLine & "" & ActiveSheet.Range("S3") & .HtmlBody
.Attachments.Add PDFFile
Enter any message you like before the final & .HtmlBody
Cheers
Phil

New Member

May 7, 2021

Try Sigsync Office 365 email Signature, Its server side email signature. You can configure it once, you will have a consistent, tamperproof email signature for all your users. It grabs all of the user data from our Active Directory. You can use it for branding, advertising, and disclaimers.
It is very reliable and easy to use, I find that from a signature customization perspective, Sigsync is far the best. I've been able to set up a single signature for an entire organization.
1 Guest(s)
