OVH Cloud OVH Cloud

Transformer ceci en VBA

4 réponses
Avatar
Florian
Bonsoir
Est-il possible de transformer cela en VBA

=97- (A1-97*ENT(A1/97))

Sachant qu'en fait :

textbox2 = (textbox1 -97*ENT(textbox1 /97))

Merci encore
Flo riant

4 réponses

Avatar
Philippe
Bonsoir Floriant :

textbox2.value = (textbox1.value -97*inT(textbox1.value /97))



Bonsoir
Est-il possible de transformer cela en VBA

—- (A1-97*ENT(A1/97))

Sachant qu'en fait :

textbox2 = (textbox1 -97*ENT(textbox1 /97))

Merci encore
Flo riant





Avatar
Florian
Impeccable
Merci beaucoup
Flo riant

"Philippe" a écrit dans le message de
news:
Bonsoir Floriant :

textbox2.value = (textbox1.value -97*inT(textbox1.value /97))



Bonsoir
Est-il possible de transformer cela en VBA

—- (A1-97*ENT(A1/97))

Sachant qu'en fait :

textbox2 = (textbox1 -97*ENT(textbox1 /97))

Merci encore
Flo riant







Avatar
ClémentMarcotte
Ou bedon:

textbox2.value = textbox1.value -97*textbox1.value 97
Avatar
Florian
Merci beaucoup
Flo riant

"ClémentMarcotte" a écrit dans le message de
news: %
Ou bedon:

textbox2.value = textbox1.value -97*textbox1.value 97