Hi
I have a large sheet, "Sheet1" that is dynamic. I want to count the number of rows, however there are sometimes single empty rows in between my rows. Is there an elegant way to count the number of rows in the sheet?
I've used the above but it will count until the break in the worksheet and not continue. Help please!![]()
NumberofRows = Worksheets("Sheet1").Range("A1").End(xlDown).Row
Bookmarks