View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Code that identify row number

Hi Paul,

Try:

Range("A5").Row


---
Regards,
Norman



"Paul" wrote in message
...
Help! What is the code to identify a row number? Example cell A5. What
code will return row 5?

Thanks
Paul