R
russell \(skmr3\)
Hi Jason,
These two lines will select from the active cell, to the
end of the data range(i.e. last cell that has data, then
the same coloumn wise.
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
HTH's.
Russ.
These two lines will select from the active cell, to the
end of the data range(i.e. last cell that has data, then
the same coloumn wise.
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
HTH's.
Russ.