Thread
:
How can I get current cell row number
View Single Post
#
2
Rowan Drummond
Posts: n/a
How can I get current cell row number
in a worksheet function: = row()
in VBA: activecell.row
Hope this helps
Rowan
excelneophyte wrote:
I need to reference the row value of the current cell
Reply With Quote