How can I get current cell row number

R

Rowan Drummond

in a worksheet function: = row()
in VBA: activecell.row

Hope this helps
Rowan
 
Top