J
JT
Is it possible to unzip a file with VBA. I have a large file that I download
from an FTP site. If it is a zip file it takes 1 minute. If it is a text
file, it takes 10 minutes. So I would like to download the zip file if I can
unzip it with VBA.
Is it possible to import a zip file into an Access table with
DoCmd.TransferText acImportDelim command?
from an FTP site. If it is a zip file it takes 1 minute. If it is a text
file, it takes 10 minutes. So I would like to download the zip file if I can
unzip it with VBA.
Is it possible to import a zip file into an Access table with
DoCmd.TransferText acImportDelim command?