B
Blewyn
How do I count the number of rows of data in my spreadsheet, based o
data in a specific column (some fields are blank in the body of th
data) ?
So far I have :
Range("M3").Select
Do
ActiveCell.Offset(1, 0).Activate
Loop Until (IsNull(ActiveCell.Value) = True)
which succeeds in scrolling down but doesn't stop at the last row o
data, just keeps going.
Any ideas ?
Cheers,
Blewy
data in a specific column (some fields are blank in the body of th
data) ?
So far I have :
Range("M3").Select
Do
ActiveCell.Offset(1, 0).Activate
Loop Until (IsNull(ActiveCell.Value) = True)
which succeeds in scrolling down but doesn't stop at the last row o
data, just keeps going.
Any ideas ?
Cheers,
Blewy