Sending email from VBA

C

Chris

Hi

I want to send an email'from VBA the mail will be
displayed with Outlook, but can specified from the code
with word will be in bold or underlined

Thanks
 
R

Rick Brandt

Chris said:
Hi

I want to send an email'from VBA the mail will be
displayed with Outlook, but can specified from the code
with word will be in bold or underlined

If you're using Outlook automation you would have to compose a message body
using HTML formatting tags and place the message string in the HTMLBody of
the message instead of the standard Body. Then you can apply formatting
like Bold or Underline.
 
C

Chris

Hi Rick

Thanks for your answer but how can I make an HTML
formatting tags in VBA it's the first time I know about
it

Thanks a lot
 

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

Similar Threads


Top