Güncelle butonuna aşağıdaki kodu yazarak deneyin.
[vb:1:35f30a02ef]Private Sub CommandButton5_Click()
sat = ListBox1.ListIndex + 3
Cells(sat, 2) = TextBox1
Cells(sat, 4) = TextBox2
Cells(sat, 8) = TextBox3
Cells(sat, 9) = TextBox4
Cells(sat, 10) = TextBox5
Cells(sat, 11) = TextBox6
Cells(sat, 12) = TextBox7
Cells(sat, 5) = ComboBox1
Cells(sat, 6) = ComboBox2
Cells(sat, 7) = ComboBox3
Cells(sat, 3) = ComboBox4
UserForm_Initialize
End Sub
[/vb:1:35f30a02ef]