Hello all,
I am trying to figure out how to separate some values on my spreadsheet, and I can't seem to think of any effective way to write some vba code to do this automatically.
In Column A (starting from row 2 until the end of data), I have some values. "Secured", "Unsecured", "7A"... They are sorted so rows 2-5 would be "Secured", and maybe 6-10 could be "Unsecured". All the same values would be in sequential rows.
After the last row of any given value, I need insert a new row and define it so I can add formulas and formatting to that row and to that group of rows. (i,e, fill all the "7A" rows yellow, and sum columns, d,e,f)
There are 7 different values that column A could have, and as such, 7 different sections the sheet would be split into. However, some sections may not be present in column a at all.
I'm not looking for a complete solution, rather a few ideas/code snippets that may help me get closer to accomplishing this.
Many thanks!
I am trying to figure out how to separate some values on my spreadsheet, and I can't seem to think of any effective way to write some vba code to do this automatically.
In Column A (starting from row 2 until the end of data), I have some values. "Secured", "Unsecured", "7A"... They are sorted so rows 2-5 would be "Secured", and maybe 6-10 could be "Unsecured". All the same values would be in sequential rows.
After the last row of any given value, I need insert a new row and define it so I can add formulas and formatting to that row and to that group of rows. (i,e, fill all the "7A" rows yellow, and sum columns, d,e,f)
There are 7 different values that column A could have, and as such, 7 different sections the sheet would be split into. However, some sections may not be present in column a at all.
I'm not looking for a complete solution, rather a few ideas/code snippets that may help me get closer to accomplishing this.
Many thanks!