I have a few dozen excel files which are all of the same format (i.e. 4 worksheets per Excel file). I need to combine all the files into 1 master file which must have just 2 of the 4 worksheets. The corresponding worksheets from each Excel file are named exactly the same as are the column headers.
While each file is structured the same, the information within sheet 1 and 2 (for example) is different. So it can’t be combined into one file with everything in one sheet!
I've never used VBA before and I'm wondering where I might start this task!
Answer
Since you wanted them on one sheet, I think the above isn't what you were looking for.
I use Microsoft Access to merge data. Especially, if different sheets have a similar identifier (part number/contact person/ect).
You create a "table" for each spreadsheet to be merged You create a "query" which pulls the desired columns to one sheet
Comments
Post a Comment