Set c1 = Worksheets("Sheet2").Range("A:A").Find("60200 - Auto" ) If Not c1 Is Nothing Then 'Further do copy here End If
Select allOpen in new window
Sub FindSomeText()
If InStr([cell range], "[string you're looking for]")
Range("[cells your cutting]").Cut Range("[cells your pasting]")
End Sub