Rick, my bad about the "H" vs "A" columns. Didn't pay attention.
For the problem above, it has to be the End(xlUp) method
So it should be
Code:Range("H2:H" & Cells(Rows.Count, "A").End(xlUp).Row)
Rick, my bad about the "H" vs "A" columns. Didn't pay attention.
For the problem above, it has to be the End(xlUp) method
So it should be
Code:Range("H2:H" & Cells(Rows.Count, "A").End(xlUp).Row)
A dream is not something you see when you are asleep, but something you strive for when you are awake.
It's usually a bad idea to say that something can't be done.
The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve
Join us at Facebook
Bookmarks