J
Jake F
I'm trying to automate an email and would like to bold a portion of the email
body but cannot figure out how. Here is my code for it: strMessage2 is the
portion i would like to bold.
Dim strMessageBody As String
Dim strMessage2 As String
strMessageBody = strMessageBody + rs![Team nominated] + CRLF
strMessageBody = strMessageBody + rs![Name of all the team members] + CRLF
strMessageBody = strMessageBody + strMessage2.FontBold = True + CRLF
body but cannot figure out how. Here is my code for it: strMessage2 is the
portion i would like to bold.
Dim strMessageBody As String
Dim strMessage2 As String
strMessageBody = strMessageBody + rs![Team nominated] + CRLF
strMessageBody = strMessageBody + rs![Name of all the team members] + CRLF
strMessageBody = strMessageBody + strMessage2.FontBold = True + CRLF