N
nickong
Hi,all
How to get the rows count in excel worksheet ?
-------------------------------------------
dim i As Integer
i= Sheet1.Rows.Count
-------------------------------------------
i get the number returned: 65536
but my worksheet only contain 5000 rows , how could this happen ?
how can i get the actual count number ?
which funciton should i use ???
Best regards
sincerely yours,
nickong
How to get the rows count in excel worksheet ?
-------------------------------------------
dim i As Integer
i= Sheet1.Rows.Count
-------------------------------------------
i get the number returned: 65536
but my worksheet only contain 5000 rows , how could this happen ?
how can i get the actual count number ?
which funciton should i use ???
Best regards
sincerely yours,
nickong