VBA cell row number

Solved
ori05 Posted messages 57 Status Member -  
ori05 Posted messages 57 Status Member -
Hello,
I would like to know if it's possible to retrieve the row number of a cell? That is to say, if I have the cell A3, I want to retrieve 3. How should I proceed (in VBA)?

Thank you very much for your help
Configuration: Windows XP Internet Explorer 7.0

14 answers

  1. lami20j Posted messages 21506 Registration date   Status Moderator, Security Contributor Last intervention   3 571
     
    Hello,

    Sub Line() MsgBox Range("A3").Row End Sub


    --
    106485010510997108
    5