re
j'ai deux problèmes que avant je lavais pas
1-quand je veux modifier sa marche plus
2-le dernier numéros de client il n'apparence plus (comme avant)
il me mes le suivant
Private Sub CommandButton5_Click()
'modifier
Dim no_ligne As Integer
Sheets("client").Select
modif = ComboBox1.ListIndex + 2
If ComboBox1.Value = "" Then
MsgBox ("Veuillez remplir le champs de la recherche!")
Else
Cells(modif, 1) = TextBox1.Value
Cells(modif, 2) = TextBox2.Value
Cells(modif, 3) = TextBox3.Value
Cells(modif, 4) = TextBox4.Value
Cells(modif, 5) = TextBox5.Value
Cells(modif, 6) = TextBox6.Value
Cells(modif, 7) = TextBox7.Value
Cells(modif, 8) = TextBox8.Value
Cells(modif, 9) = TextBox9.Value
MsgBox ("Modification effectuer")
End If
Unload UserForm1
UserForm1.Show 0
End Sub
en vous remerciement