Hi All Guru

I have just started to learn VBA for Excel. I have a very simple question
I want to know how many cells selected in range I tried following but for all range it shows 4 only

Range("C3").Value = len(Range("A2:A10").select)
As I want to use this number in For... Next.... Loop

Pls guide me.
Thanks in Advance.
Hemant