Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I need to set the number format of a textbox (in a userform) to show a percentage. How do go about this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Dim D As Double D = 418 / 1300 TextBox1.Text = Format$(D, "0.0%") HTH. Best wishes Harald "PhilM" skrev i melding oups.com... Hi I need to set the number format of a textbox (in a userform) to show a percentage. How do go about this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Harald Staff wrote: Hi Dim D As Double D = 418 / 1300 TextBox1.Text = Format$(D, "0.0%") HTH. Best wishes Harald "PhilM" skrev i melding oups.com... Hi I need to set the number format of a textbox (in a userform) to show a percentage. How do go about this? Spot on, thanks Harals |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
number of userdefined formats | Setting up and Configuration of Excel | |||
Custom Number Formats | Excel Discussion (Misc queries) | |||
How do I do conditional formatting on number formats not patterns. | Excel Discussion (Misc queries) | |||
Conditional Number Formats | Excel Discussion (Misc queries) | |||
number formats that allow you to format the appearance of negativ. | Charts and Charting in Excel |