Using Excel2k. Have several ranges defined through Excel (not VB). When I add/remove a row to/from a range, the range does not automatically update to the new beginning/end values. For example, say range A is set to $C$1 to $F$4. I delete row 4, and then range then sets to C1:!REF.
I'm trying to institude a command button that will add a line below the current row, maintaining the values from the first column, and would like that new row to be added/remain part of the the original row's range.
How does Excel handle ranges when a row is added - does it automatically make sure it is part of the previous range?
I'm trying to institude a command button that will add a line below the current row, maintaining the values from the first column, and would like that new row to be added/remain part of the the original row's range.
How does Excel handle ranges when a row is added - does it automatically make sure it is part of the previous range?