bjcowen90000
New Member
- Joined
- Nov 10, 2014
- Messages
- 17
I have a folder with a lot of files of the form: defects_*.txt
Assuming the path to the directory containing these files is C:/Path, how can I load just the second column of these txt files into excel?
So column A would be the 2nd column of defects_002.txt, column B would be the 2nd column of defects_005.txt, etc (no constant increment). Can VBA do this, or do I need to use something else?
Assuming the path to the directory containing these files is C:/Path, how can I load just the second column of these txt files into excel?
So column A would be the 2nd column of defects_002.txt, column B would be the 2nd column of defects_005.txt, etc (no constant increment). Can VBA do this, or do I need to use something else?