Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default Paste excel range into a mail item's body

I can copy and paste one range to another and I can copy a selection to
the clipboard, but I can't figure out how to paste the selection into a
mail item's body. For instance ...

Cells.Copy
Set SendMail = Outlook.CreateItem(olMailItem)
With SendMail
.Display
.Subject = [A1].Value
.To = ""
.Body = ""
End With

But how do I paste the cells copy on the clipboard to the body?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mailing an excel range in the body of an e-mail Andy Tallent Excel Discussion (Misc queries) 4 April 25th 12 10:14 AM
sending mails from excel...but mail body disappearing Jithu Excel Discussion (Misc queries) 1 January 10th 08 01:03 PM
Paste range of cells on E-maul Msg Body kkhelil Excel Programming 1 July 25th 04 03:54 PM
Copy and Paste a Worksheet Range to Email Body Eric[_14_] Excel Programming 1 January 20th 04 12:06 AM
Sending Mail from Excel: Body Text Kathryn Excel Programming 3 December 1st 03 07:56 PM


All times are GMT +1. The time now is 11:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"