Macro to copy column from multiple files to paste to one file
I created a macro that creates an excel file with different tabs. The thing is I need the macro to go into folder C:\Documents and go through every file in the folder and copy column C from tab "taxes" and transpose to row 1, then row 2 for the second file, row 3 for the third file... however many files there are (different number every time) of the new spreadsheet tab "taxes 2007", then copy column D from tab "taxes" of every file and transpose to row 1, 2, 3... of the new spreadsheet tab "taxes 2008". I can't figure this out! My boss thinks I'm so good at macros