Hi
Can any one help me to develop a code to run the following macro on each click on the Cell
Sub findrow()
Range("C7") = ActiveCell.Row()
End Sub
I want above macro to find the row number when ever I click on the cell rather each time I make macro to run to find out it ...
I would appropriate if you can post your code & give me little explanation on your code as am pretty new to macro.
Thanks
Can any one help me to develop a code to run the following macro on each click on the Cell
Sub findrow()
Range("C7") = ActiveCell.Row()
End Sub
I want above macro to find the row number when ever I click on the cell rather each time I make macro to run to find out it ...
I would appropriate if you can post your code & give me little explanation on your code as am pretty new to macro.
Thanks