Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
This is what I'd like to do with VBA: COPY a range of cells in Excel
and PASTE it into a new Outlook e-mail message. I know you can display an Excel worksheet or range in Outlook, but for my purposes, I'd like to COPY and PASTE. I found this on the web. Can someone please help adding to this? The mailitem object doesn't seem to support .paste. Sub Test Dim objApp As Outlook.Application Dim Msg As MailItem Set objApp = CreateObject("Outlook.Application") Set Msg = objApp.CreateItem(olMailItem) Sheets("Sheet1").Select Selection.Copy <<<<<What Do I put in here??? Msg.Recipients.Add ") Msg.Send End Sub I have both 2002 and 2003 versions of Excel & Outlook. Thanks in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel aficionado wants to learn Access | Excel Discussion (Misc queries) | |||
Excel user desires to learn ABC of Access | Excel Discussion (Misc queries) | |||
Excel 2002 vs Outlook 2003 | Excel Discussion (Misc queries) | |||
moving 450 active e-mail addresses from Excel to Outlook Express | Excel Discussion (Misc queries) | |||
Excel and OUTLOOK | Excel Discussion (Misc queries) |