I'm trying to get the row number of a cell that was selected in a find.
Example:
![]()
Sub findRowNumber() ' ' Cells.Find(What:="104", After:=ActiveCell, LookIn:=xlValues, LookAt:= _ xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False) _ .Activate ActiveCell.Select MsgBox (" The Row number of the selected cell is " & rw.Row) End Sub
As always, Thanks for your help, Phil
Bookmarks