tigiy
Altın Üye
- Katılım
- 31 Aralık 2013
- Mesajlar
- 138
- Excel Vers. ve Dili
- 2019-Türkçe
- Altın Üyelik Bitiş Tarihi
- 11-09-2025
Herkese merhaba
http://www.excel.web.tr/f48/type-missmatch-hatasy-t147978.html
Yukarıdaki linkde verdiğim kodlarda textboxlardan filtreleme yapıyorum. ancak filtre kirterini arttırınca 26 yı falan geçince "too many line continuations" şeklinde hata alıyorum.
Nasıl geçebilirim bu hatayı
http://www.excel.web.tr/f48/type-missmatch-hatasy-t147978.html
Yukarıdaki linkde verdiğim kodlarda textboxlardan filtreleme yapıyorum. ancak filtre kirterini arttırınca 26 yı falan geçince "too many line continuations" şeklinde hata alıyorum.
Kod:
If UCase(Replace(Replace(sr.Cells(i, "A").Value, "ı", "I"), "i", "İ")) Like "*" & birim & "*" _
And UCase(Replace(Replace(sr.Cells(i, "B").Value, "ı", "I"), "i", "İ")) Like "*" & adsoyad & "*" _
And UCase(Replace(Replace(sr.Cells(i, "C").Value, "ı", "I"), "i", "İ")) Like "*" & tckimlik & "*" _
And UCase(Replace(Replace(sr.Cells(i, "D").Value, "ı", "I"), "i", "İ")) Like "*" & unvan & "*" _
And UCase(Replace(Replace(sr.Cells(i, "E").Value, "ı", "I"), "i", "İ")) Like "*" & kisitipi & "*" _
And UCase(Replace(Replace(sr.Cells(i, "F").Value, "ı", "I"), "i", "İ")) Like "*" & isegiris & "*" _
And UCase(Replace(Replace(sr.Cells(i, "G").Value, "ı", "I"), "i", "İ")) Like "*" & erpgir & "*" _
And UCase(Replace(Replace(sr.Cells(i, "H").Value, "ı", "I"), "i", "İ")) Like "*" & istencikis & "*" _
And UCase(Replace(Replace(sr.Cells(i, "I").Value, "ı", "I"), "i", "İ")) Like "*" & erpcik & "*" _
And UCase(Replace(Replace(sr.Cells(i, "J").Value, "ı", "I"), "i", "İ")) Like "*" & ayrilisneden & "*" _
And UCase(Replace(Replace(sr.Cells(i, "K").Value, "ı", "I"), "i", "İ")) Like "*" & calismasure & "*" _
And UCase(Replace(Replace(sr.Cells(i, "L").Value, "ı", "I"), "i", "İ")) Like "*" & adres & "*" _
And UCase(Replace(Replace(sr.Cells(i, "M").Value, "ı", "I"), "i", "İ")) Like "*" & il & "*" _
And UCase(Replace(Replace(sr.Cells(i, "N").Value, "ı", "I"), "i", "İ")) Like "*" & ilce & "*" _
And UCase(Replace(Replace(sr.Cells(i, "O").Value, "ı", "I"), "i", "İ")) Like "*" & mahalle & "*" _
And UCase(Replace(Replace(sr.Cells(i, "P").Value, "ı", "I"), "i", "İ")) Like "*" & cadde & "*" _
And UCase(Replace(Replace(sr.Cells(i, "Q").Value, "ı", "I"), "i", "İ")) Like "*" & sokak & "*" _
And UCase(Replace(Replace(sr.Cells(i, "R").Value, "ı", "I"), "i", "İ")) Like "*" & kapino & "*" _
And UCase(Replace(Replace(sr.Cells(i, "S").Value, "ı", "I"), "i", "İ")) Like "*" & daire & "*" _
And UCase(Replace(Replace(sr.Cells(i, "T").Value, "ı", "I"), "i", "İ")) Like "*" & evtel & "*" _
And UCase(Replace(Replace(sr.Cells(i, "U").Value, "ı", "I"), "i", "İ")) Like "*" & ceptel & "*" _
And UCase(Replace(Replace(sr.Cells(i, "V").Value, "ı", "I"), "i", "İ")) Like "*" & ilgilikisi & "*" _
And UCase(Replace(Replace(sr.Cells(i, "W").Value, "ı", "I"), "i", "İ")) Like "*" & maas2015 & "*" _
And UCase(Replace(Replace(sr.Cells(i, "X").Value, "ı", "I"), "i", "İ")) Like "*" & maas2014 & "*" _
And UCase(Replace(Replace(sr.Cells(i, "Y").Value, "ı", "I"), "i", "İ")) Like "*" & maas2013 & "*" Then
Son düzenleme: