Convert to HTML and e-mail selection as the body of the e-mail.

R

ryanmhess

Looking to make a macro that does basically what the subject title says.

I want to Range("A1:E19").Select and convert that selection to HTML and have
it e-mailed to (e-mail address removed) as the body of the e-mail and not as an excel
attachment.

Any Help would be greatly appreciated.

I was using ActiveWorkbook.SendMail Recipients:="(e-mail address removed)"

But like I said, that just e-mails the excel file as an attachment and I am
looking to convert to HTML and e-mail that as the body.

Thanks again!
 
R

ryanmhess

I'm not too VB savy. A little unsure on how to go about and what you mean by
"Don't forget to copy the function RangetoHTML in the module."
 
A

amit

Hi Ron - I've used your range to outlook code extensively in the past and it
works great thx a lot for that....i've got a slight issue with this
though....the code u have on your website converts the range to html....is
there an easy modification to the code to covert the code to enhanced image
(picture) instead of html...this would be immensly useful becos i want to
capture the currec formating available in excel 2007 (like red lights etc)...

any help would be much appreciated.

thx
Amit
 

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