Need Help in VBA code for Excel 2010 to combine multiple sheets in multiple workbooks into master workbook

Mandar2469

New Member
Joined
Oct 5, 2015
Messages
1
Hello :

I need a help in VBA code and am working in Excel 2010.

I have multiple a files (workbooks) and each file has 3 worksheets with the same name. I want to combine the data in single master workbook having same name worksheets and the data need to come in respective named worksheet, one after another (one below other).

Example -
The workbook (file) names are like = Tracker A.xlsx, Tracker B.xlsx, Tracker C.xlsx
The master workbook is = Tracker MIS.xlsm
The worksheet names = Sheet 1 as Requirements, Sheet 2 as Schedule and Sheet 3 as Data

Pl note, all the workbooks including file - Tracker MIS, has these same worksheets plus few more as reports.

For each worksheet the first 6 rows are header OR likewise information and the data starts from row 7 onward say A7 onward.

Can someone help Pl by sharing a VBA code ? any more info. is needed, I can share ....


Thanks in advance ....

Mandar
=============
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,212,927
Messages
6,110,710
Members
448,293
Latest member
jin kazuya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top