L
Legacy 96851
Guest
What am I doing wrong, here? I put a bunch of random numbers in column A, ran your code, and it... put the time in B1, and copied and pasted my numbers about 8000 rows down, without sorting anything.
And now, trying again with different numbers,
Do Until Cells(PutMe, 3) = ""
is causing errors, because PutMe is greater than Rows.Count.
And now, trying again with different numbers,
Do Until Cells(PutMe, 3) = ""
is causing errors, because PutMe is greater than Rows.Count.
Last edited by a moderator: