Thread: Rows in a Range
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Smith[_12_] John Smith[_12_] is offline
external usenet poster
 
Posts: 5
Default Rows in a Range

I have selected a column and called it "Mark" I need to determine the number
of rows in this column with values in them at runtime. The number of rows
used in this column will vary.

How do I determine the number of rows with values?

If I use Range("Mark").Rows.Count it appears to return a very large number.

thank you
mark