View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default Make a Zip file from Excel

If your users will be using XP (and presumably Vista also works) then you
can use code found he

http://www.rondebruin.nl/windowsxpzip.htm

No components required.

Tim


"Perico" wrote in message
...
My program currently exports / saves an Excel sheet as a CSV file.
However,
new program requirements call for my exporting the file as a ZIPPED CSV
file.

Our thoughts are to use a zip DLL component if one is available. This
will
be used by a large number of users and there is no setup routine involved.

I've looked at Dynazip and Xceed. The former appears to require a 3rd
party
setup program and the latter requires .NET development. Are there any
other
options?