Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionPrivate Sub Command1_Click() text3.text = FormatNumber(text1.text - text2.text , 2) End Sub
Private Sub Command1_Click() text3.text = FormatNumber(text1.text - text2.text , 2) End Sub
Dim S1 As Currency Dim S2 As Currency S1 = Text1.Text S2 = Text2.Text Label1.Caption = S1 - S2