kemal turan
Altın Üye
- Katılım
- 10 Haziran 2011
- Mesajlar
- 1,677
- Excel Vers. ve Dili
- Excel 2010 32 bit
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
[B][COLOR="Red"]x = 1[/COLOR][/B]
For i = 1 To sat
If TextBox1.Text = "" Then deg = UCase(Replace(Replace(sh.Cells(i, "G").Value, "ı", "I"), "i", "İ"))
If UCase(Replace(Replace(sh.Cells(i, "G").Value, "ı", "I"), "i", "İ")) Like deg Then
ListView2.ListItems.Add , , sh.Cells(i, "A").Value
ListView2.ListItems(x).SubItems(1) = sh.Cells(i, "F").Value
ListView2.ListItems(x).SubItems(2) = sh.Cells(i, "I").Value
ListView2.ListItems(x).SubItems(3) = sh.Cells(i, "J").Value
ListView2.ListItems(x).SubItems(4) = sh.Cells(i, "K").Value
ListView2.ListItems(x).SubItems(5) = sh.Cells(i, "N").Value
ListView2.ListItems(x).SubItems(6) = sh.Cells(i, "L").Value
ListView2.ListItems(x).SubItems(7) = sh.Cells(i, "M").Value
[B][COLOR="red"]x = x + 1[/COLOR][/B]
End If
Next i
Sn.Evren bey,
Çok teşekkür ederim.
Selametle kalınız