VBA: Get the active cell’s Row
If you need to get the active cell’s row from VBA, this should do it!
Put this in a module:
Sub MyActiveRow() MsgBox Activecell.Row End Sub
If you need to get the active cell’s row from VBA, this should do it!
Put this in a module:
Sub MyActiveRow() MsgBox Activecell.Row End Sub
Hello!
What if i need the row value of the active cell? Any sugestions?
Regards,
Thanks very much, I need it. i have been finding for half an day