Please Help: display "%" sign after a number

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Hi All,

How can I display a % sign after a number in a text box.

SO for eg, If I type in 12 i want it to display 12.0%
rite now If I type in 12, it gives me 1200.0%
Here is my code: Percent.Value = Format(Percent.Value, "##.0%")

Please Help
 
Back
Top