Hello,
I'm using the below VBA to send an email through outlook and was hoping I can get some help on how to bold the body of the email. All I'm finding is how to bold a portion of the body. I would like to bold all of the body.
.To = Range("A82").Value
.CC = Range("A83").Value & "; " & Range("A84").Value
.BCC = Nothing
.Subject = "Support Report" & " " & Now()
.Body = Range("D82").Value
I'm using the below VBA to send an email through outlook and was hoping I can get some help on how to bold the body of the email. All I'm finding is how to bold a portion of the body. I would like to bold all of the body.
.To = Range("A82").Value
.CC = Range("A83").Value & "; " & Range("A84").Value
.BCC = Nothing
.Subject = "Support Report" & " " & Now()
.Body = Range("D82").Value