View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
witek witek is offline
external usenet poster
 
Posts: 147
Default quick zip/unzip form vba

Is there any zip/unzip standard procedure being part of Windows or
Office I can use from VBA?
I have about 16 MB long string and would like to zip it before storing
in Excel.
Unfortunately it must work on any pc even freshly built so I can't
assume existence of any non standard library on computer.
Windows and Office and nothing more.

Thanks.