luckydips2011
New Member
- Joined
- Jun 22, 2011
- Messages
- 1
I want to copy a table image from excel to outlook
Name of the table is table7..so i first copy it as a image..how to proceed after that..this is the code that i use..
Range("Table7[#All]").Select
Selection.Copy
Application.CutCopyMode = False
Selection.CopyPicture Appearance:=xlScreen, Format:=xlBitmap
now what should be on the RHS of .Body= so that the table image gets pasted...
Plz help.....
Thanks in advance...
Name of the table is table7..so i first copy it as a image..how to proceed after that..this is the code that i use..
Range("Table7[#All]").Select
Selection.Copy
Application.CutCopyMode = False
Selection.CopyPicture Appearance:=xlScreen, Format:=xlBitmap
now what should be on the RHS of .Body= so that the table image gets pasted...
Plz help.....
Thanks in advance...