B
Bob
Hi,
In my spreadsheet I have a range of cells (in one column)
which I have given a name, MYVARS.
Thus MYVARS is physically the Sheet2!A1:A17 range.
Now, from within a macro, I want to provide this name
(MYVARS) and the macro must find out its real range and go
to the last cell in that range;
Thus, if I provide MYVARS as input to the macro, it should
position my cursor to the cell Sheet2!A17 because that is
the last cell in the range MYVARS.
Can somebody help?
In my spreadsheet I have a range of cells (in one column)
which I have given a name, MYVARS.
Thus MYVARS is physically the Sheet2!A1:A17 range.
Now, from within a macro, I want to provide this name
(MYVARS) and the macro must find out its real range and go
to the last cell in that range;
Thus, if I provide MYVARS as input to the macro, it should
position my cursor to the cell Sheet2!A17 because that is
the last cell in the range MYVARS.
Can somebody help?