Counting number of e-mail arrived with specific subject for a day, from Excel

H

Hii Sing Chung

Hi,

I need help to code VBA in Excel to:
Count the number of e-mail with subject beginning with "Virus Alert:
Detected Not Removed" on a specified date, the date is the value of cell in
the date column. Sample data:
A B
1 Date Alert Mails
2 03 Aug 2009 3
3 04 Aug 2009
4 05 Aug 2009

At the worksheet activate event I want to let the code check if any there is
empty cell in the "Alert Mails" column for which the corresponding date
value in "date" column is today or older. If there is (in the sample above,
the cell B3 is empty and meets the condition that it corresponds to today or
older), go to Outlook folder "Virus Alerts" and count the number of e-mails
with the subject beginning with "Virus Alert: Detected Not Removed" and the
send date of the e-mail = value of A3. The result of the count should then
be entered into B3. It should then continue to check for other cells in
"Alert Mails" column and do the counting of e-mails until corresponding cell
in column date is greater than today.

Any help is very much appreciated.
 
H

Hii Sing Chung

Ah No, that is not what I want. I know the sumproduct function. I want to
count the number of e-mail in Outlook specified folder that has the specific
subject on a specific date, the date is a value in specific cell in Excel,
and the count result to return to Excel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top