PeterAB
Chemical
- Feb 8, 2002
- 33
Is it possible to refer to a range of cells using index numbers, rather than using A1 notation?
I want to write a generic cell-range copy routine, that will copy variable-size ranges from some Cell(row A, column A) through to Cell(row B, column B), to a new location anchored at Cell(row C, column C). Only thing is, I only have row and column numbers to work with, and would prefer not having to translate that into A1 notation.
Thanks
Peter.
I want to write a generic cell-range copy routine, that will copy variable-size ranges from some Cell(row A, column A) through to Cell(row B, column B), to a new location anchored at Cell(row C, column C). Only thing is, I only have row and column numbers to work with, and would prefer not having to translate that into A1 notation.
Thanks
Peter.