Zip a file from within VBA

  • Thread starter Thread starter Ihar
  • Start date Start date
I

Ihar

Hi

I need to zip a file from with in VBA and was wondering how to go about
this.

Any pointer to assist me would be greatly appreciated
 
Ihar said:
I need to zip a file from with in VBA and was wondering how to go about
this.

Compression DLLs, OCXs, etc
http://www.granite.ab.ca/access/compression.htm

I would not use MS compressed folders as some folks, such as me, have
those disabled.

You should be registering Winzip which costs $$$.

The Info zip DLLs mentioned on the above page work and are free. All
you need to do is drop them in the same folder as your FE.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top