DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub Worksheet_Change(ByVal Target As Range)
On Error GoTo err
If Target Like "*" & "w" & "*" Or Target Like "*" & "x" & "*" Then
Target.EntireRow.Delete shift:=xlUp
End If
err:
End Sub
[COLOR=red]For o = [a65536].End(3).Row To 2 Step -1[/COLOR]
Sub Makro3()
On Error Resume Next
For s = [a6500].End(3).Row To 1 Step -1
Cells(s, 1).Find("a*").EntireRow.Delete
Cells(s, 1).Find("b*").EntireRow.Delete
Next
End Sub