Can anybody point me in the right direction?
I am trying to zip a file that I have exported as a csv file from a form in access.
The file exports ok but the zipping is a problem.
I have used the code suggested by keiths and is listed below
Dim objzip
Set objzip = CreateObject("poles.zip")
objzip.Pack "c:/exporteddata/poles.csv", "c:/exporteddata/poles.zip"
Set objzip = Nothing
I hope I have interpreted it correctly, the error message I am getting is unable to create object.
I have followed the installation procedure for XStandard Zip component and It appears to have installed ok.
Any help would be much appreciated.
Regards
Ian Clegg
I am trying to zip a file that I have exported as a csv file from a form in access.
The file exports ok but the zipping is a problem.
I have used the code suggested by keiths and is listed below
Dim objzip
Set objzip = CreateObject("poles.zip")
objzip.Pack "c:/exporteddata/poles.csv", "c:/exporteddata/poles.zip"
Set objzip = Nothing
I hope I have interpreted it correctly, the error message I am getting is unable to create object.
I have followed the installation procedure for XStandard Zip component and It appears to have installed ok.
Any help would be much appreciated.
Regards
Ian Clegg