Row property returns the row number of a single-cell range.
Sub row() MsgBox Sheets("Sheet1").range("F3").row End Sub