Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Row property returns the row number of a single-cell range

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