Sub ara()
Application.ScreenUpdating = False
Set s1 = Sheets("ARA")
arama = s1.[c1]
[c2:e4500].ClearContents
For i = 2 To 49
Worksheets(i).Select
For x = 1 To [b65536].End(3).Row
If Cells(x, 2) = arama Then
son = s1.[c65536].End(3).Row + 1
s1.Cells(son, 3) = Worksheets(i).Name
s1.Cells(son, 4) = Cells(x, 3)
s1.Cells(son, 5) = Cells(x, 4)
End If
Next: Next
s1.Select
Application.ScreenUpdating = True
End Sub
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.