Excel VBA, how to Reply to a specific email message
I receive a mail every wednesday from a specific sender. The subject of this email sometimes changes Example #1 of subject "Exposure statement - COB 20150217" Example #2 of subject "Margin Notice COB 2015-Feb-10" The date the sender append is the day before the day I receive the mail. I have the following code wich might search for that email and then reply to it with a custom body text but I can't manage to let the code to find that specific message with that date in the subject. Is there a way to search by other parameters than the subject? Sub ReplyMail_No_Movements() Dim olApp As Outlook