S
Steve
I am working on a project that generates an email from various cells within
an excel speadsheet. Some of the data is critical and needs to be BOLDed or
Red Text. I've setup Outlook to default to HTML and that works fine. When I
send a string:
Email_msg = "Your action item is " & <strong> & "Critical" & </strong> & "!"
my actual email body contains:
Your action item is <strong>Critical </strong>!
Can anyone help me embed the actual HTML information?
Thanks.
Steve Blake
an excel speadsheet. Some of the data is critical and needs to be BOLDed or
Red Text. I've setup Outlook to default to HTML and that works fine. When I
send a string:
Email_msg = "Your action item is " & <strong> & "Critical" & </strong> & "!"
my actual email body contains:
Your action item is <strong>Critical </strong>!
Can anyone help me embed the actual HTML information?
Thanks.
Steve Blake