How to Merge Data From Multiple Excel Files into a Single Excel File or Access Database?
Posted
by
lalabeans
on Super User
See other posts from Super User
or by lalabeans
Published on 2013-10-18T21:03:56Z
Indexed on
2013/10/18
22:00 UTC
Read the original article
Hit count: 250
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!
© Super User or respective owner