Hello All

I am trying to write a macro for MS Word that would:

Look at each page of a word doc and find an email address on that page then
Send the page as an attached file to the email address.

Why: I work for a small City in Florida and we have our time cards in Word format.
The Template we use each week is a Word Doc with a Excel sheet Object in it.

We use the template to do a mail merge every two weeks to create the new time cards.
Then we print them and send to the employees. About half of the city employees
Work with computers and would like to fill out the time card inside the word doc.

The hope is that the users will be able to fill out the time card and email it back to
the payroll people.

So I need your help.

I have found some code examples on the web to email a word doc to a fixed address.

What I need help with is:

Code that would loop thru each page of the word doc and collect the email address from that page
And then send only that page as an attachment to that email address. Then loop to the next page.

Or for you to let me know that this is not do-able.

Thanks for your Help