Ivyan
08-02-2016, 08:44 AM
Hello,
I am going to create a request form in outlook. My idea is as below
I send an email to a requestor(a person who make a request to me). The email contains a message box with a few words in it explaining the form and how to use it, and a blank form for the requestor to fill out.
The requestor opens the email and sees the message as well as the form (There is wording like "Please click the form to open it". The requestor clicks the form and it pops up.) Then the requestor fills out the form and clicks the Submit commandbutton.
And then the email with the form containing request data filled out by the requestor will be sent back to me.
I open the email and check the form. Then I EXPORT the data in the form to an excel sheet by an easy way like clicking a button or anything else. The excel sheet is regarded as a database for the request data collected. I might put the excel in a shared folder or on a internal website for sharing the database with my colleages in my department.
But I have little knowledage about vba. So I am looking for your help! How to formalize the process I mentioned above via vba? btw, I am using 64-bit office on 64-bit windows 7.
Thank you in advance!
Ivy
I am going to create a request form in outlook. My idea is as below
I send an email to a requestor(a person who make a request to me). The email contains a message box with a few words in it explaining the form and how to use it, and a blank form for the requestor to fill out.
The requestor opens the email and sees the message as well as the form (There is wording like "Please click the form to open it". The requestor clicks the form and it pops up.) Then the requestor fills out the form and clicks the Submit commandbutton.
And then the email with the form containing request data filled out by the requestor will be sent back to me.
I open the email and check the form. Then I EXPORT the data in the form to an excel sheet by an easy way like clicking a button or anything else. The excel sheet is regarded as a database for the request data collected. I might put the excel in a shared folder or on a internal website for sharing the database with my colleages in my department.
But I have little knowledage about vba. So I am looking for your help! How to formalize the process I mentioned above via vba? btw, I am using 64-bit office on 64-bit windows 7.
Thank you in advance!
Ivy