Hi all,
I'm a very new VBA user, so this question might seem a little simple and obvious.
When recently looking for code to create blank rows based on cell values, I noticed that all codes read the rows of data from bottom to top, inserting blank rows above the rows already there instead of inserting them below. Why is this the case? Is that a programming standard? Does it make a difference how the code reads the data and where the blank rows are inserted relative to the cells containing the values on which the code is acting?
Todd77
I'm a very new VBA user, so this question might seem a little simple and obvious.
When recently looking for code to create blank rows based on cell values, I noticed that all codes read the rows of data from bottom to top, inserting blank rows above the rows already there instead of inserting them below. Why is this the case? Is that a programming standard? Does it make a difference how the code reads the data and where the blank rows are inserted relative to the cells containing the values on which the code is acting?
Todd77