View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Webtechie Webtechie is offline
external usenet poster
 
Posts: 84
Default Create Zip file for mailing

Hello,

I've created an application that can generate images file and commentary as
the my boss wanted.

However, I need to mail this information. It would be nice to create some
code to create a zip file and mail the zip file. I would then recreate the
folder structure on the other end.

Does anyone know if it is possible to zip up a folder using VBA?

From the other side, is it possible to unzip a zip file using VBA?

Thanks,

Tony