how to properly create desired e-mail in vba

H

Himesh

Hi I wish to write a macro that sends in e-mail with the
following properties in the e-mail body:

First there is some text, followed by an excel table
(which of course I will copy and paste from excel),
followed by some more text.

Any ideas on how to do this?

Thanks,
Himesh
 
S

Sue Mosher [MVP-Outlook]

There's no easy way to accomplish this. I'd probably approach it by creating
an HTML-format message and building a <table> from the Excel data.
 
Top