Outlook Message Formatting - thru Excel VBA

A

amit

hi - I'm trying to put a command button in excel that will open a new mail in
outlook 2007 with a bunch of email addresses picked up from a rangeg of cells.

I have been able to achieve this, but need some guidance on putting text in
the message body. the intention is to have a table (or template) created in
the mail and then let the user fill the table up and send it.

any help would be much appreciated.
 
K

Ken Slovak - [MVP - Outlook]

The best way to do that would be to use HTML encoding and to create the
table in the email HTMLBody property using HTML code to design the table. If
the table already exists then you could attach the template as an embedded
attachment, which would put it into the HTMLBody of the email.
 

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