F
Frustrated with VBA
I receive many e-mails daily with the following format (everything between
the asterisks):
************
This is an automated message from some web site
You are receiving this email because this listing is on your list. Visit the
web site to change your settings.
Location: STATE, United States
USERNAME completed EVENTNAME (EVENTTYPE) on DATECOMPLETED
Log Date: DATECOMPLETED
EVENTLOG
Visit this log entry at the below address:
EVENTLOGURL
....some other text which can be ignored...
************
The idea is to write to an Access table the following fields:
USERNAME, EVENTNAME, DATECOMPLETED, EVENTLOGURL
Currently I have a table in a database which I cut-and-paste this
information into. It would be extremely helpful to automate the process.
One complication is that 'completed' is not always the word there. It could
be 'didn't complete' or a few other phrases.
Anyhow, I have researched this and have come across a few pages which should
help:
http://www.outlookcode.com/codedetail.aspx?id=89
http://www.outlookcode.com/threads.aspx?forumid=2&messageid=696
http://www.outlookcode.com/threads.aspx?forumid=2&messageid=5609
Unfortunately, I have absolutely no experience writing VBA code. I have
fiddled with the examples, read through the beginner's section, etc. and have
gotten nowhere.
Can someone lend a helping hand? I am truly stuck on this and do not know
what to do at this point. I run Office 2003 Pro.
I appreciate anything you can do to help.
the asterisks):
************
This is an automated message from some web site
You are receiving this email because this listing is on your list. Visit the
web site to change your settings.
Location: STATE, United States
USERNAME completed EVENTNAME (EVENTTYPE) on DATECOMPLETED
Log Date: DATECOMPLETED
EVENTLOG
Visit this log entry at the below address:
EVENTLOGURL
....some other text which can be ignored...
************
The idea is to write to an Access table the following fields:
USERNAME, EVENTNAME, DATECOMPLETED, EVENTLOGURL
Currently I have a table in a database which I cut-and-paste this
information into. It would be extremely helpful to automate the process.
One complication is that 'completed' is not always the word there. It could
be 'didn't complete' or a few other phrases.
Anyhow, I have researched this and have come across a few pages which should
help:
http://www.outlookcode.com/codedetail.aspx?id=89
http://www.outlookcode.com/threads.aspx?forumid=2&messageid=696
http://www.outlookcode.com/threads.aspx?forumid=2&messageid=5609
Unfortunately, I have absolutely no experience writing VBA code. I have
fiddled with the examples, read through the beginner's section, etc. and have
gotten nowhere.
Can someone lend a helping hand? I am truly stuck on this and do not know
what to do at this point. I run Office 2003 Pro.
I appreciate anything you can do to help.