looping all sheet in all workbook to all sheets in workbook master

juninawan

New Member
Joined
Oct 26, 2015
Messages
6
i want looping all workbook book1,book2,book3,book4 and workbook master.xlsm (total 5 workbook)
in 5 workbook contain sheets : sheet1,sheet2,sheet3 sheet4
i want
step 1...book1.sheet1.range(M & lastrow) copy to master.xlsm sheet1 range(K10)
book1.sheet2.range(M & lastrow) copy to master.xlsm sheet2 range(K10)
until book1.sheet4.range(M & lastrow) copy to master.xlsm sheet4 range(K10)
step 2 book2.sheet1.range(M & lastrow) copy to master.xlsm sheet1 range(K11)
book2.sheet2.range(M & lastrow) copy to master.xlsm sheet2 range(K11)
..more again looping book1.sheet4 and book4 from sheet1 to sheet4 to Master.xlsm
dst...
until step 4 please help me
 
Last edited:

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,216,160
Messages
6,129,215
Members
449,493
Latest member
JablesFTW

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