SyntaxFix
Write A Post
Hire A Developer
Questions
Dim f as Range Set f=ActiveSheet.Cells.Find(...) If Not f Is Nothing then msgbox "Row=" & f.Row & vbcrlf & "Column=" & f.Column Else msgbox "value not found!" End If