Hi,
I wonder how I can use the function downside on sheet 2 and not in sheet 1. Can someone please help me?
Set SrchRng = ActiveSheet.Range("A1", ActiveSheet.Range("A632").End(xlUp))
Do
Set myRange = SrchRng.Find("XYXYXYXY", LookIn:=xlValues)
If Not myRange Is Nothing Then myRange.EntireRow.Delete
Loop While Not myRange Is Nothing
Cheers!!!
I wonder how I can use the function downside on sheet 2 and not in sheet 1. Can someone please help me?
Set SrchRng = ActiveSheet.Range("A1", ActiveSheet.Range("A632").End(xlUp))
Do
Set myRange = SrchRng.Find("XYXYXYXY", LookIn:=xlValues)
If Not myRange Is Nothing Then myRange.EntireRow.Delete
Loop While Not myRange Is Nothing
Cheers!!!