G
geebee
hi,
i have the following:
Dim lastrecordAGING As Long
Range("AE5000").End(xlUp).Offset(0, 0).Select
lastrecordAGING = Selection.Row
Range("E2").End(xlToRight).Offset(0, 1).Select
Range(Selection, Selection.End(xlDown)).Select
i am trying to figure out how i can amend the lasdt line so that it only
selects up to the lastrecordAGING.
thanks in advance,
geebee
i have the following:
Dim lastrecordAGING As Long
Range("AE5000").End(xlUp).Offset(0, 0).Select
lastrecordAGING = Selection.Row
Range("E2").End(xlToRight).Offset(0, 1).Select
Range(Selection, Selection.End(xlDown)).Select
i am trying to figure out how i can amend the lasdt line so that it only
selects up to the lastrecordAGING.
thanks in advance,
geebee