Laurence D
New Member
- Joined
- Sep 14, 2016
- Messages
- 31
Hi,
I have been toying with an email macro that bulk emails clients with taylor made near identical emails in the click of a button.
I am almost done however I have encountered a minor issue whilst trying to add a bit of flair to the signature. Does anybody know how I would correct this code so that the cell contents for K2 come through into my drafts as bold?
Thanks,
Laurence
I have been toying with an email macro that bulk emails clients with taylor made near identical emails in the click of a button.
I am almost done however I have encountered a minor issue whilst trying to add a bit of flair to the signature. Does anybody know how I would correct this code so that the cell contents for K2 come through into my drafts as bold?
Code:
Email_Body = ActiveSheet.Range("J2") & vbNewLine & ActiveSheet.Range("K2").Font.Bold = True
Thanks,
Laurence