Best Practice - Cell and Range references in VBA?
I have seen many methods to reference ranges and cells in VBA. Also, in a WS
various techniques are used to allow for insertion and deletions of cells and
columns, such as relative and absolute addressing.
When rows and columns are changed in a WS, As far as I can tell, those
adjustments are not made in the Macros.
My question is: What is the best practice for coding functions and macros so
that they don't break if the rows and columns are changed in the worksheet we
are referencing?
Thanks,
John
|