I have a range (5 rows by one column) that lists the names of several worksheets:
Prod1
Prod2
Prod7
Prod3
Prod4
The range name is Sheets_List.
I would like to have a simple macro that loops through each worksheet in turn, each time copying the range from Cells(1,1) to Cells(1,y), where y will be defined at the top of the macro.
The copied ranges will be pasted in one list in worksheet "Summary", starting at Cells(2,3).
Could someone help me with the macro?
Thanks,
MikeG
Prod1
Prod2
Prod7
Prod3
Prod4
The range name is Sheets_List.
I would like to have a simple macro that loops through each worksheet in turn, each time copying the range from Cells(1,1) to Cells(1,y), where y will be defined at the top of the macro.
The copied ranges will be pasted in one list in worksheet "Summary", starting at Cells(2,3).
Could someone help me with the macro?
Thanks,
MikeG