Is it possible to combine 2 or more Excel workbooks into one?
I saw multiple solutions posted on this, but they keep merging into one sheet, I would like to preserve the multiple sheets in each workbook - the column headers are different in each sheet.
For instance I have a folder with Workbook1.xlsx and Workbook2.xlsx and I would like the output to be Combinedworkbooks.xlsx (which would have all the preserved sheets in it).
Workbook1.xlsx looks like this:
| Workbook1.xlsx |
| Sheet1WB1 |
| Sheet2WB1 |
| Sheet3WB1 |
Workbook2.xlsx looks like this:
| Workbook2.xlsx |
| Sheet1WB2 |
| Sheet2WB2 |
| Sheet3WB2 |
My desired workbook/output would be Combinedworkbooks.xlsx
Which I want to look like this:
| Combinedworkbooks.xlsx |
| Sheet1WB1 |
| Sheet2WB1 |
| Sheet3WB1 |
| Sheet1WB2 |
| Sheet2WB2 |
| Sheet3WB2 |