DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
For i = 1 To 13
Controls("textbox" & i) = Cells(i, 2)
Next
ComboBox1 = Cells(14, 2)
ComboBox2 = Cells(15, 2)
ListBox1.RowSource = "Bilgiler!A1:B" & Sheets("Bilgiler").Cells(65536, 1).End(xlUp).Row
Private Sub CommandButton1_Click()
For i = 1 To 13
Cells(i, 2)=Controls("textbox" & i)
next
Cells(14, 2)=ComboBox1
Cells(15, 2)=ComboBox2
Unload UserForm1
end sub