W
WhytheQ
Ok - here we go:
I've got my formatted numbers in Sheets(1).Range("A118").
If I run the following
Sheets(1).Range("A118").CopyPicture xlScreen, xlBitmap
How do automate all of the above - preferably without using the
SendKey method?
Any help greatly appreciated
Jason
I've got my formatted numbers in Sheets(1).Range("A118").
If I run the following
Sheets(1).Range("A118").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