HELP!.. copy Bitmap of range from Excel to Outlook body

W

WhytheQ

Ok - here we go:

I've got my formatted numbers in Sheets(1).Range("A1:D18").
If I run the following

Sheets(1).Range("A1:D18").CopyPicture xlScreen, xlBitmap
then activate an empty Outlook MailItem.
then do control v, the data appears in the email in Bitmap format, which is what I want.

How do automate all of the above - preferably without using the
SendKey method?

Any help greatly appreciated
Jason
 

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