I have looked through several other questions and am still having trouble. I have a set of 103 polygons that span my entire map. Each of those polygons is divided into 36 equal sized polygons. Now I need to iterate through each of those 36 squares, and split them into 100 equal squares. I've tried getting in contact with the person that split the first 103, but all efforts have failed. Can anyone point me in the right direction?
Fishnet seems to be out of the question as it spans the entire feature class, not the polygons.
I'm guessing I will be writing a python script. Any pointers would be appreciated!

