S
shawnews
Trying to use a macro to find the last NUMERIC cell after a range has been
sorted.
ie:
using the following in a macro----
Range(Range("l25"), Range("l25").End(xlDown)).Select
column l:
1
5
8
6
1 I want to find this cell
blank cell
blank cell
blank
and so on
TOS
TOS
TOS
Tos The above macro finds this cell.
Any help appreciated.
sorted.
ie:
using the following in a macro----
Range(Range("l25"), Range("l25").End(xlDown)).Select
column l:
1
5
8
6
1 I want to find this cell
blank cell
blank cell
blank
and so on
TOS
TOS
TOS
Tos The above macro finds this cell.
Any help appreciated.