I'm now in a headache to extract data from files and really wish somebody could help me out of this.
The problem is that there is a directory, e.g. I:\john
In this directory, there are 100 zipped files. In each zipped file, there are 26 different .csv files.
I only want to extract the data from one of these files. The file includes the data I want has the file name starting with ABC_DATA_.
Then similarly, repeat this process to extract this data from all 100 zipped files.
All the extracted data might be stored in a new excel or text file.
Really appreciate it for your guidance or help if somebody could provide some sample VBA code for this problem.
John
The problem is that there is a directory, e.g. I:\john
In this directory, there are 100 zipped files. In each zipped file, there are 26 different .csv files.
I only want to extract the data from one of these files. The file includes the data I want has the file name starting with ABC_DATA_.
Then similarly, repeat this process to extract this data from all 100 zipped files.
All the extracted data might be stored in a new excel or text file.
Really appreciate it for your guidance or help if somebody could provide some sample VBA code for this problem.
John