Thread: Real Rows
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Real Rows

activesheet.usedrange.rows.count

--
Regards,
Tom Ogilvy

"Xabi" wrote in message
...
hello.

How can I know the real number of rows that has an excel sheet? I must

read
it from an VFP application, but when I using COUNT method, returns all
records including empty


Thanks and regards


Xabi