Excel VisualBasic Script

Sub row()
    MsgBox Sheets("Sheet1").range("F3").row
End Sub