D
dplmartin
Hi,
I'm new to VBA and I need help working out how to acheive the followin
task, which involves getting data from Outlook 2007 and the
manipulating it in Excel 2007.
I'm trying to monitor contact form queries coming in from a website
Specifically, how many we are getting on a weekly basis. The email
arrive in my Inbox and once I've confirmed that they've been actioned,
move them into a subfolder called 'Web Forms' for archiving. The subjec
line of the email is determined by the form completed on the website.
I want to create an Excel document that I program with the subject lin
strings to search against. By pressing a button, Excel will go to th
'Web Forms' folder and make a count of the number of times that eac
subject line appears. I also need it to look at the receive dates of th
emails so that it knows how many emails with the same subject line ar
arriving in each week.
The end result is a statement that says "on average, you are receving
number of emails with Y subject line each week".
Obviously as more emails go into the Web Forms folder, the average
will change. I'm happy if the VBA script just discounts the previou
data and collects it afresh.
Thanks for your help.
Domini
I'm new to VBA and I need help working out how to acheive the followin
task, which involves getting data from Outlook 2007 and the
manipulating it in Excel 2007.
I'm trying to monitor contact form queries coming in from a website
Specifically, how many we are getting on a weekly basis. The email
arrive in my Inbox and once I've confirmed that they've been actioned,
move them into a subfolder called 'Web Forms' for archiving. The subjec
line of the email is determined by the form completed on the website.
I want to create an Excel document that I program with the subject lin
strings to search against. By pressing a button, Excel will go to th
'Web Forms' folder and make a count of the number of times that eac
subject line appears. I also need it to look at the receive dates of th
emails so that it knows how many emails with the same subject line ar
arriving in each week.
The end result is a statement that says "on average, you are receving
number of emails with Y subject line each week".
Obviously as more emails go into the Web Forms folder, the average
will change. I'm happy if the VBA script just discounts the previou
data and collects it afresh.
Thanks for your help.
Domini