Embed HTML in generated email body

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top