G
glenn
Hi all
How do I count the number of rows that hold some value in a worksheet? I
have tried several way but I always get also the empty rows in the count.
I just want the non-empty rows to be counted.
Something like
RowsCount = Worksheet(1).Rows.Count ?
thanks
How do I count the number of rows that hold some value in a worksheet? I
have tried several way but I always get also the empty rows in the count.
I just want the non-empty rows to be counted.
Something like
RowsCount = Worksheet(1).Rows.Count ?
thanks