C
chris miller
Currently I am using the following Macro to find the last/bottom value of a
column:
Sheets("Daily").Activate
n = Cells(Rows.Count, "l").End(xlUp).Row
Cells(n, "l").Copy Sheets("Data").Range("D8")
I was wondering if it is possibe to use a function instead if a macro to
find the last vlaue in a column?
Thnaiks
column:
Sheets("Daily").Activate
n = Cells(Rows.Count, "l").End(xlUp).Row
Cells(n, "l").Copy Sheets("Data").Range("D8")
I was wondering if it is possibe to use a function instead if a macro to
find the last vlaue in a column?
Thnaiks