Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 and then: activate an empty Outlook MailItem. do control & v, the data appears in the email in Bitmap format in the body of the mail, which is what I want. An alternative manual way of doing the above is to simply copy the range then open the MailItem and do EditPasteSpecialBitmap and the formatted range appears as a bitmap in the body of the mail. How do I automate all of the above - preferably without using the SendKey method? I need it in a Bitmap format because my clients are using BlackBerries. I've looked through Ron's website but can't get a definite answer from that resource. Any help greatly appreciated Jason. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot copy Excel 2007 Chart and Paste as Bitmap into Powerpoint 2 | Charts and Charting in Excel | |||
HELP!.. copy Bitmap of range from Excel to Outlook body | Excel Programming | |||
Copy from Excel and paste as bitmap in Word | Excel Programming | |||
copy pasting bitmap into email in lotus notes | Excel Programming | |||
Creating a MailItem in Outlook from Excel using Late Binding | Excel Programming |