Bonsoir,regarde bien le code j'ai ajouter exple: .value derrière textbox1 pour avoir la valeur et .text derrière textbox7 pour avoir le format text
Private Sub CommandButton1_Click()
Dim L As Integer
L = Sheets("reception").Range("a65536").End(xlUp).Row + 1
Sheets("reception").Range("A" & L).Value = ComboBox3
Sheets("reception").Range("B" & L).Value = ComboBox4
Sheets("reception").Range("C" & L).Value = ComboBox5
Sheets("reception").Range("D" & L).Value = ComboBox1
Sheets("reception").Range("E" & L).Value = TextBox1.Value
Sheets("reception").Range("F" & L).Value = TextBox2.Value
Sheets("reception").Range("G" & L).Value = TextBox3.Value
Sheets("reception").Range("h" & L).Value = TextBox7.Text
Sheets("reception").Range("i" & L).Value = ComboBox2
Sheets("reception").Range("j" & L).Value = TextBox4.Value
Sheets("reception").Range("k" & L).Value = TextBox5.Value
Sheets("reception").Range("l" & L).Value = TextBox6.Value
Sheets("reception").Range("m" & L).Value = TextBox8.Text
Unload Me
End Sub
P.s je te répond depuis mon phone car je suis trés malade là ,si tu as une autre question j'essayerais de té répondre .