Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Make a Zip file from Excel

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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Make a Zip file from Excel

I use VBSecure from Moonlight Sofware. It is only $60 for a full redist
license. It also supports powerful file encryption independently of the
zip/unzip function. www.moonlight-software.com . It works fine in VBA/VB6
as well as NET.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"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?


  #3   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?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Make a Zip file from Excel

I'm evaluating this product but don't understand how to use it. I want to
save Excel sheets as csv files and compress them using vba code in Excel.
The web site says there is an activeX file in the demo but I find no
reference to any OCX file in the vbe references.

The Readme file talks about some Chess game.

The Help file is devoid of help. Any clue how to use this? I was hoping
for a DLL or ocx to add to the project and some instruction on the properties
& methods to use in the code underlying my gui.

"Chip Pearson" wrote:

I use VBSecure from Moonlight Sofware. It is only $60 for a full redist
license. It also supports powerful file encryption independently of the
zip/unzip function. www.moonlight-software.com . It works fine in VBA/VB6
as well as NET.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"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?


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Make a Zip file from Excel

Disregard; i figured it out.

"Perico" wrote:

I'm evaluating this product but don't understand how to use it. I want to
save Excel sheets as csv files and compress them using vba code in Excel.
The web site says there is an activeX file in the demo but I find no
reference to any OCX file in the vbe references.

The Readme file talks about some Chess game.

The Help file is devoid of help. Any clue how to use this? I was hoping
for a DLL or ocx to add to the project and some instruction on the properties
& methods to use in the code underlying my gui.

"Chip Pearson" wrote:

I use VBSecure from Moonlight Sofware. It is only $60 for a full redist
license. It also supports powerful file encryption independently of the
zip/unzip function. www.moonlight-software.com . It works fine in VBA/VB6
as well as NET.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"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?




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Make a Zip file from Excel

Appears to be a good choice from what I've seen in their download.

"Chip Pearson" wrote:

I use VBSecure from Moonlight Sofware. It is only $60 for a full redist
license. It also supports powerful file encryption independently of the
zip/unzip function. www.moonlight-software.com . It works fine in VBA/VB6
as well as NET.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"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?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Make a csv file open in excel instead of IE thaikma Excel Discussion (Misc queries) 0 April 6th 10 04:33 PM
Make sure that the excel file is still the same Jörgen Ahrens Excel Programming 5 January 30th 06 03:28 PM
How to make a routine that will automatically print a word file after it has been changed via an ole link to an excel file? Starriol Excel Programming 0 November 3rd 05 11:59 AM
in a excel file, how to make a menu item for the .xls file that when clicked on it runs myform.show? example plz Daniel Excel Worksheet Functions 1 July 7th 05 03:52 AM
Is there a way to make Excel file an executable? luvgreen[_3_] Excel Programming 1 March 3rd 04 07:27 PM


All times are GMT +1. The time now is 03:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"