Hello folks,

I am trying to figure out how to use a loop to generate multiple reports from one source spreadsheet. Below is an example of what I would like to do:

Master Spreadsheet:

School Network Attendance Rate
1 A 96
4 A 95
3 B 84
7 B 90
2 C 92
5 C 98

Data is sorted only for Network A, copied, pasted and saved onto a new workbook.

School Network Attendance Rate
1 A 96
4 A 95

What I've been doing is recording a macro for all the steps to save the data for one network, copying the VBA code and pasting it over and over again for the other networks. I want to know if there is loop that can do this for me.