asked on 3/9/2016
Set c = Worksheets("Sheet1").Cells.Find("HP-SWR-013") If Not c Is Nothing Then MsgBox Worksheets("Sheet1").ActiveCell.Row End If
Select allOpen in new window