Creating zip files containing multiple documents

C

Carrie L.

I have a list of 800 employees who need to receive multiple word files. It
is possible to create a program that will read my list and get then zip the
multiple documents for each of the 800 people?
 
A

Arvin Meyer [MVP]

Carrie L. said:
I have a list of 800 employees who need to receive multiple word files. It
is possible to create a program that will read my list and get then zip
the
multiple documents for each of the 800 people?

If all of them get the same Word files, create a single zip file then use my
code here to send:

http://www.datastrat.com/Code/MultipleEmail.txt

If they are different, you can use something like this:

http://www.groupacg.com/
 
Top