P
pikus
Up until now I've been counting the number of records in a particular
sheet with this:
Do
x = x + 1
Loop Until Worksheets(1).Cells(x, 1).Value = ""
This seems like the long way to do this. And it only runs until it
hits a blank cell. Is there an easier way to do this that preferably
won't stop at the first blank line? - Pikus
sheet with this:
Do
x = x + 1
Loop Until Worksheets(1).Cells(x, 1).Value = ""
This seems like the long way to do this. And it only runs until it
hits a blank cell. Is there an easier way to do this that preferably
won't stop at the first blank line? - Pikus