- Katılım
- 12 Nisan 2012
- Mesajlar
- 533
- Excel Vers. ve Dili
- Microsoft office professional plus 2019
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
For i = 2 To S1.Cells(Rows.Count, "a").End(xlUp).Row
'If Sheets("Kayıt").Range("a" & i).Value = UserForm4.TextBox19.Text And Sheets("Kayıt").Range("b" & i).Value = UserForm4.TextBox2.Text Then
Set List = .ListItems.Add(, , S1.Cells(i, "c").Text)
List.ListSubItems.Add , , S1.Cells(i, "d").Text
List.ListSubItems.Add , , S1.Cells(i, "e").Text
List.ListSubItems.Add , , S1.Cells(i, "f").Text
List.ListSubItems.Add , , S1.Cells(i, "g").Text
'-----------------------------------------------'
'İlave satır'
Me.Controls("CheckBox" & i - 1).Caption = S1.Cells(i, "c").Text
'End If
Next