Littlemalky
Board Regular
- Joined
- Jan 14, 2011
- Messages
- 223
I have an array of data that I have sorted relative to column "S" from "Smallest to Largest" in my code. This is a weekly report and the amount of data will change weekly; however, the only things fixed are the columns, while the amount of rows will vary as the data changes.
I need to make a break in the rows relative to column "S" between the numbers 3 and 4 that are displayed in the cells. Starting from S2 there will be a bunch of "1's" going down to an unknown amount, then "2's" below that, etc. All i need is to insert 4 blank rows in between the end of the "3's" and the beginning of the "4's" in column "S".
How do I do this exactly?
I need to make a break in the rows relative to column "S" between the numbers 3 and 4 that are displayed in the cells. Starting from S2 there will be a bunch of "1's" going down to an unknown amount, then "2's" below that, etc. All i need is to insert 4 blank rows in between the end of the "3's" and the beginning of the "4's" in column "S".
How do I do this exactly?