Programmatically Create a zip file containing selected documents?

D

Dustin Swartz

I have a form that is a list of documents with check boxes next to each one.

I would like the user to check each of the documents they need

and at the bottom select the button that says "Compile"

then the program would take all of the selected documents and create a .zip
file that contains all of them.

I am not a programmer, but may be able to paste in some code or pull some
macros together.

Can anyone point me in a direction?

Thanks!
 
T

Tex

I would start with the save using custom code and go from there. Maybe
you can use a .dll or something from winzip? Google VBS or JScript and
ZIP
 
Top