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...