- Katılım
- 26 Aralık 2021
- Mesajlar
- 17
- Excel Vers. ve Dili
- Office365
- Altın Üyelik Bitiş Tarihi
- 26-12-2023
Arkadaşlar merhaba
Amacım sadece;
1. combo ve text lerden verileri buton ile listbox' a almak. ancak AddItem ile sadece bildiğiniz gibi 10 sütun sonrası olmuyor....
2.Kayıt sonrası Combobox' larda ki veriler ile Text Box1 kalmalı diğerlerini Clear almalı
Yardımlarınızı rica ediyorum...
Saygılarımla
Private Sub CommandButton1_Click()
ListBox1.AddItem Textbox1
ListBox1.List(ListBox1.ListCount - 1, 1) = Textbox2
ListBox1List(ListBox1.ListCount - 1, 2) = Textbox3
ListBox1.List(ListBox1.ListCount - 1, 3) = Textbox4
ListBox1.List(ListBox1.ListCount - 1, 4) = Combobox1
ListBox1.List(ListBox1.ListCount - 1, 5) = Combobox2
ListBox1.List(ListBox1.ListCount - 1, 6) = Combobox3
ListBox1.List(ListBox1.ListCount - 1, 7) = Textbox5
ListBox1.List(ListBox1.ListCount - 1, 8) = Textbox6
ListBox1.List(ListBox1.ListCount - 1, 9) = Textbox7
ListBox1.List(ListBox1.ListCount - 1, 10) = Textbox8
ListBox1.List(ListBox1 .ListCount - 1, 11) = Combobox9
ListBox1.List(ListBox1 ListCount - 1, 12) = Combobox10
ListBox1.List(ListBox1 .ListCount - 1, 13) = Combobox
End Sub
Amacım sadece;
1. combo ve text lerden verileri buton ile listbox' a almak. ancak AddItem ile sadece bildiğiniz gibi 10 sütun sonrası olmuyor....
2.Kayıt sonrası Combobox' larda ki veriler ile Text Box1 kalmalı diğerlerini Clear almalı
Yardımlarınızı rica ediyorum...
Saygılarımla
Private Sub CommandButton1_Click()
ListBox1.AddItem Textbox1
ListBox1.List(ListBox1.ListCount - 1, 1) = Textbox2
ListBox1List(ListBox1.ListCount - 1, 2) = Textbox3
ListBox1.List(ListBox1.ListCount - 1, 3) = Textbox4
ListBox1.List(ListBox1.ListCount - 1, 4) = Combobox1
ListBox1.List(ListBox1.ListCount - 1, 5) = Combobox2
ListBox1.List(ListBox1.ListCount - 1, 6) = Combobox3
ListBox1.List(ListBox1.ListCount - 1, 7) = Textbox5
ListBox1.List(ListBox1.ListCount - 1, 8) = Textbox6
ListBox1.List(ListBox1.ListCount - 1, 9) = Textbox7
ListBox1.List(ListBox1.ListCount - 1, 10) = Textbox8
ListBox1.List(ListBox1 .ListCount - 1, 11) = Combobox9
ListBox1.List(ListBox1 ListCount - 1, 12) = Combobox10
ListBox1.List(ListBox1 .ListCount - 1, 13) = Combobox
End Sub