Forum Discussion
RBStewart
Mar 14, 2022Copper Contributor
Problem Creating a usable zip file using VBA. Does anyone have an alternative?
I am hitting a problem creating a usable zip file using VBA. I am using the following code block to create a zip file. I found it in virtually all internet posts that I came across and for that, I ...
tsgiannis
Iron Contributor
Strange procedure
I used this : https://github.com/wqweto/ZipArchive
pure VB6 code to create zips and it works just great...no calling Shell and tricks
RBStewart
Mar 27, 2022Copper Contributor
tsgiannis,
The sample vb6 functions using the cZipArchive class that are shown in your linked github post look great in their simplicity. But I am having a problem identifying the specific library to download so as to try it out. My preference is to include it in the database references for early binding, keeping the library resident in the application parent path. Will you please share the specific name of the library you are using?
The sample vb6 functions using the cZipArchive class that are shown in your linked github post look great in their simplicity. But I am having a problem identifying the specific library to download so as to try it out. My preference is to include it in the database references for early binding, keeping the library resident in the application parent path. Will you please share the specific name of the library you are using?