Bonjour à tous et merci pour votre attention,
Dans un textbox j'ai un nombre à virgule (4.5). Pour le faire reconnaître en nombre j'ai utilisé Cdbl(TB) mais rein n'y fait.
code
Private Sub TB_Change()
MsgBox CDbl(TB) + 1
End Sub
Avez vous une solution ?
Et merci encore pour votre attention.
Dans un textbox j'ai un nombre à virgule (4.5). Pour le faire reconnaître en nombre j'ai utilisé Cdbl(TB) mais rein n'y fait.
code
Private Sub TB_Change()
MsgBox CDbl(TB) + 1
End Sub
Avez vous une solution ?
Et merci encore pour votre attention.