B
Bob
I am hoping to automate the following process.
I have an Outlook folder collecting forms received by e-mail. Every
message in the folder is an instance of the same form, with different
data.
I want to run an excel vba macro to
1. open each form in the folder
2. store the information in each field on the form in the next
empty row of my spreadsheet.
3. move the form to another location, perhaps just delete it.
This process would repeat for each form in the folder until the folder
is empty.
I would open excel and run this macro whenever I wanted an update on
the forms in the folder.
I am NOT asking anyone to write the code for me. But, does anyone
have any ideas on how to use vba to gain access to an e-mail from
within excel? And also, how do I access the data associated with a
particular field within the form?
Thanks in advance for any help received!
Bob.
I have an Outlook folder collecting forms received by e-mail. Every
message in the folder is an instance of the same form, with different
data.
I want to run an excel vba macro to
1. open each form in the folder
2. store the information in each field on the form in the next
empty row of my spreadsheet.
3. move the form to another location, perhaps just delete it.
This process would repeat for each form in the folder until the folder
is empty.
I would open excel and run this macro whenever I wanted an update on
the forms in the folder.
I am NOT asking anyone to write the code for me. But, does anyone
have any ideas on how to use vba to gain access to an e-mail from
within excel? And also, how do I access the data associated with a
particular field within the form?
Thanks in advance for any help received!
Bob.