Manu62
XLDnaute Impliqué
Bonjour à tous,
J'ai le code suivant : ("extrait")
Private Sub CommandButton9_Click()
On Error Resume Next
TextBox28.Value = TextBox24 * TextBox26
TextBox28 = Format(TextBox28, "##.00")
End sub
Peux t'on avoir la même chose mais en affichage instantané. sans faire le click button.
Merci de votre aide
Manu
J'ai le code suivant : ("extrait")
Private Sub CommandButton9_Click()
On Error Resume Next
TextBox28.Value = TextBox24 * TextBox26
TextBox28 = Format(TextBox28, "##.00")
End sub
Peux t'on avoir la même chose mais en affichage instantané. sans faire le click button.
Merci de votre aide
Manu