Pourcentage value in a textBox

Hello Guys,

I have a problem with my application !! I wanna show a number in pourcentage in a textBox in a userform but i do not know how to do it !! here my code : textBox.Value = Sheets("Resultat").Range("F12").Value

but i got 0,275667878777887 and i want to show 27%

Any help thank you in advance.

Salut,

Eventuellement en utilisant une instruction telle que celle-ci :

TextBox1 = WorksheetFunction.RoundDown(Sheets("Resultat").Range("F12") * 100, 0) & "%"

Amicalement.

163classeur2.xlsm (15.58 Ko)

ah c'est vraiment ce que je cherche merci infiniment

Rechercher des sujets similaires à "pourcentage value textbox"