F
Fredriksson via OfficeKB.com
I am trying to count the number of rows in a column that are non blank
Dim NumOfRows
Dim NumOfColumns
NumOfRows = CountA(Sheet1!$A:$A)
NumOfColumns = CountA(Sheet1!$2:$2)
the debugger keep erroring out at this line. Is there anouther function I
can use
Dim NumOfRows
Dim NumOfColumns
NumOfRows = CountA(Sheet1!$A:$A)
NumOfColumns = CountA(Sheet1!$2:$2)
the debugger keep erroring out at this line. Is there anouther function I
can use