I have a folder with about 100 files in it. Each file consists of a single Word 2003 table with 9 columns. I need to copy column 3 of each file in the folder and paste it into another file called "Test" that has 2 columns. I want to put column 3 in the first column of "Test" and I want to put each corresponding file name in column 2 of "Test" so I will know where the information in Column 1 came from.
The columns to be copied are all different lengths so I need a way to select to the end of each column, copy it and paste it into the first "Test" column with the corresponding Filename pasted in Column 2 of "Test". Then open the next file and do the same thing over and over until all the files in the folder have beem copied over to the "Test" file.
I've been working on this for 2 weeks now and all I've got was to select one column in one file and paste it. I could do that manually!!!... I've looked at so much code, I'm totally confused now.... lol
Thanks for any help!
The columns to be copied are all different lengths so I need a way to select to the end of each column, copy it and paste it into the first "Test" column with the corresponding Filename pasted in Column 2 of "Test". Then open the next file and do the same thing over and over until all the files in the folder have beem copied over to the "Test" file.
I've been working on this for 2 weeks now and all I've got was to select one column in one file and paste it. I could do that manually!!!... I've looked at so much code, I'm totally confused now.... lol
Thanks for any help!