View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kent Eilers Kent Eilers is offline
external usenet poster
 
Posts: 11
Default getting coordinates of a range


Thanks everyone for the help.

))

"Kent Eilers" wrote in message
...

ok - spent over an hour on this so far with no luck ...(including google
newgroups)

I want to get the row number for each row in a range....so if a range has

30
rows starting at B3 then I want 3,4,5.....33 returned.

Is this possible? Probably easy but I'm missing it....

If this was access I would use the "for each row in myrange.rows"
collection and look at the property values to get this but I noticed excel
does not have a 'property' nor 'row' object.

Thanks

--
kent eilers