Hi does anyone have a VBA that will extract data form only specified txt file in a folder?
Example i have a folder with 100 txt files with names 1.txt 2.txt etc.
I want to extract the data only from 1.txt 3.txt 94.txt
preferably if the vba can read a column with the names of the files i want to extract the data from and extract the data to the next column.
Example i have a folder with 100 txt files with names 1.txt 2.txt etc.
I want to extract the data only from 1.txt 3.txt 94.txt
preferably if the vba can read a column with the names of the files i want to extract the data from and extract the data to the next column.
1.txt | data from 1.txt |
3.txt | data from 3.txt |
94.txt | data from 94.txt |