Inactiver183192
New Member
- Joined
- Jun 12, 2011
- Messages
- 15
Hi All
I actually don't have any code I don't even know where to start. I have a series of various text files with two columns in each text and I want to be able to paste them all under each other into one spreadsheet. I was looking for some code that might be similar to the
FOR each Workbook in application.workboook
which would loop through each open text file and copy that data into excel. I was hoping to have data copied from what is opened rather than a destination as the folders change names and the names on the files aren't consistent. I'd appreciate any help on where to start and what function I should look at. Thanks!
Re
I actually don't have any code I don't even know where to start. I have a series of various text files with two columns in each text and I want to be able to paste them all under each other into one spreadsheet. I was looking for some code that might be similar to the
FOR each Workbook in application.workboook
which would loop through each open text file and copy that data into excel. I was hoping to have data copied from what is opened rather than a destination as the folders change names and the names on the files aren't consistent. I'd appreciate any help on where to start and what function I should look at. Thanks!
Re