![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have written the macro code in excel, and from excel macro iam able to
DISPLAY the mail based on subject provided, now i need a macro code to copy the body of displayed mail and paste it to a new excel workbook. Here is my code.... Private strForwardTo As String Sub subject_beginswith() Dim ns As Namespace Dim Inbox As MAPIFolder Dim myitem As Outlook.MailItem Dim Atmt As Attachment Dim FileName As String Dim i As Integer Dim objSearchFolder As Outlook.MAPIFolder Dim Recipient As Outlook.Recipient Dim CorrRecip As String Dim item As Object Dim Body Dim mai As MailItem Set ns = GetNamespace("MAPI") Set Inbox = ns.GetDefaultFolder(olFolderInbox) Set objSearchFolder = Inbox i = 0 If Inbox.Items.Count = 0 Then MsgBox "Inbox is Empty", vbInformation, "Nothing Found" End If For Each item In Inbox.Items If Format(item.ReceivedTime, "DD/MM/YY") Format(Date, "DD/MM/YY") Then GoTo nextme If item.Subject Like "Reminder to complete the 2008 Thomson Reuters Employee*" Then item.Display ' Workbooks.Add 'ActiveSheet.Paste SendKeys "(^A)" Exit Sub End If nextme: Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Has the "Select Names: My Contacts" option been updated for '07? | [email protected] | Outlook - Using Contacts | 3 | November 28th 07 10:00 PM |
Select item | j | Add-ins for Outlook | 4 | February 21st 07 07:49 PM |
How do I vote on a blackberry (select approve/reject option)? | voter | Outlook - Using Forms | 0 | October 18th 06 09:27 PM |
Make select all and block sender a quick and easy option in Junk | Bill | Outlook and VBA | 0 | July 31st 06 03:12 PM |
No option to select ACT address book. | MelissaKinVA | Outlook - Installation | 1 | March 8th 06 05:27 PM |