JonesZoid
New Member
- Joined
- Dec 11, 2013
- Messages
- 27
I have a list of sitenames in column E and a list of racks in column C which are in the said sitename.
I would like to loop through column E and create a workbook for that site, the range will be in alphabetical order. Then use column C to create a worksheet in each workbook for each rack.
I can do all the data manipulation and transferring, just not sure how to do the above.
Any help would be greatly appreciated.
A | B | C | D | E |
Rack A | Site 1 | |||
Rack A | Site 2 | |||
Rack B | Site 2 | |||
Rack C | Site 2 | |||
Rack A | Site 3 | |||
Rack B | Site 3 |
I would like to loop through column E and create a workbook for that site, the range will be in alphabetical order. Then use column C to create a worksheet in each workbook for each rack.
I can do all the data manipulation and transferring, just not sure how to do the above.
Any help would be greatly appreciated.