S
Sreedhar
This problem is bugging me for quite some time. This is a sort of re-post, as
I had posted it ealier.
I have to import zipped text files into Access, which are sent to the server
via ftp.
The file extension is '*.txt.gz'
gzip.exe is the utility used for extracting the files, which is proving to
be very VBA-unfriendly. Good old DOS based foxpro is able to handle this
situation very effectively, but not my VBA Code in Access.
Extracting one file is working fine, but I have to extract several files in
the same folder/different folders. VBA is very hasty and not stopping until
the exe finishes its job and jumping to execute the next statement. I've
tried 'ShellWait' function found at access.mvps.org but to no avail.
My earlier post ended in an unfinished search for an alternative solution.
Any help is really appreciated. Thanks in advance.
I had posted it ealier.
I have to import zipped text files into Access, which are sent to the server
via ftp.
The file extension is '*.txt.gz'
gzip.exe is the utility used for extracting the files, which is proving to
be very VBA-unfriendly. Good old DOS based foxpro is able to handle this
situation very effectively, but not my VBA Code in Access.
Extracting one file is working fine, but I have to extract several files in
the same folder/different folders. VBA is very hasty and not stopping until
the exe finishes its job and jumping to execute the next statement. I've
tried 'ShellWait' function found at access.mvps.org but to no avail.
My earlier post ended in an unfinished search for an alternative solution.
Any help is really appreciated. Thanks in advance.