F
Francis Hookam
Variables
I am using defined InsertionRow and InsertionCol variables to record row and
col in a spreadsheet
Is it possible to have a single variable, InsertionPoint, which will record
both Selection.Row and Selection.Column and use that to:
Cells(InsertionPoint).Select
or even
Cells.Insertion.Select
or am I expecting too much from something already amazing?
Francis Hookham
I am using defined InsertionRow and InsertionCol variables to record row and
col in a spreadsheet
Is it possible to have a single variable, InsertionPoint, which will record
both Selection.Row and Selection.Column and use that to:
Cells(InsertionPoint).Select
or even
Cells.Insertion.Select
or am I expecting too much from something already amazing?
Francis Hookham