Quantcast
Channel: Automate Excel » cell
Viewing all articles
Browse latest Browse all 6

VBA: Get the active cell’s Row

$
0
0
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

Viewing all articles
Browse latest Browse all 6

Trending Articles