Hi,
I'm trying to make a line of text in an email bold. I've searched heaps of other threads and found lots of info on it but still no luck.
I've tried .fontbold = true and .bold = true.
I want to make the line that contains SigFname and SigSName bold and all other texts normal.
Cheers,
I'm trying to make a line of text in an email bold. I've searched heaps of other threads and found lots of info on it but still no luck.
I've tried .fontbold = true and .bold = true.
I want to make the line that contains SigFname and SigSName bold and all other texts normal.
Code:
MyMail.Body = "Attached is the SSO Monhtly report for " & [PrevMth] & "." & vbNewLine & vbNewLine & _
"Regards," & vbNewLine & vbNewLine & _
[SigFname] & " " & [SigSName] & vbNewLine & _
[sigPosition] & vbNewLine & _
[SigDepartment] & " | " & [SigCompany] & vbNewLine & _
"P:" & " " & [SigPhone] & " | M: " & [SigMobile] & " | F: " & [SigFax] & vbNewLine & _
"E:" & " " & [SigEmail]
Cheers,