Multiplication de 2 textbox

bonjour a tous

petit problème mon code fonctionne mais si je change la valeur dans textbox6 "bug"

textbox5 = prix

textbox6 = quantité

textbox7 = total

Private Sub TextBox5_Change()

End Sub

Private Sub TextBox6_Change()
TextBox7 = CDec(TextBox5) * CDec(TextBox6)

End Sub

Private Sub TextBox7_Change()

End Sub

Bonjour

et pourquoi pas

val(TextBox5) * val(TextBox6)

A+ François

merci fanfan38

c'est tout bête

a+

Rechercher des sujets similaires à "multiplication textbox"