Sub DURUS()
Sheets("Sayfa2").Select
Columns("A:G").Select
Selection.ClearContents
Range("A1").Select
Sheets("Sayfa2").Select
Range("I1").Select
Selection.Copy
Sheets("Sayfa1").Select
Range("I1").Select
ActiveSheet.Paste
Application.CutCopyMode = False
Selection.Copy
Selection.AutoFilter Field:=2, Criteria1:=[I1], Operator:=xlAnd
Columns("A:G").Select
Application.CutCopyMode = False
Selection.Copy
Sheets("Sayfa2").Select
Columns("A:A").Select
ActiveSheet.Paste
Range("A1").Select
Application.CutCopyMode = False
Sheets("Sayfa1").Select
Range("A1").Select
Selection.AutoFilter Field:=2
Sheets("Sayfa2").Select
Range("I1").Select
Selection.AutoFilter Field:=2
End Sub