Format the subject string

  • Thread starter Thread starter Mike Reeves
  • Start date Start date
M

Mike Reeves

Hi,

Can anyone tell me how to change the font and colour of a
subject string I send via a vba script to a new mail?

Best Regards

Mike
 
Yep sorry for the confusion. I have a macro in word that
creates a new mail, adds recipients, the subject and a
message body. What I want to do is to be able to format
the string I pass to the body. I need to make part of the
string Red Bold and font size 14.
 
So you want to format the body, not the subject? The easiest way to do that
is to create a fully tagged HTML string that represents the message with
formatting, then set the HTMLBody property of the message.

See http://www.slipstick.com/dev/formatmsg.htm for other ideas.
 

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

Back
Top