Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to have a control on a UserForm (scollbar, slider, other
suggestions) in which the user can select the number of decimal places (1 through 9) or significant digits (-1 through -9) for a range of cells. The siginficant digits is easy: ActiveCell.Value = Format(WorksheetFunction.Round(ActiveCell.Value, Slider1.Value), _ "#,##0") I'm having trouble coming up with a way to do the decimal places portion of this code. The only solution I can come up with is to use a Select...Case for each value 1 through 9 and have the appropriate formatting under each, which seems like the lengthy way to do things, but I'd like to see if there's a better way. Thanks, Mike. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding the unknown number | Excel Worksheet Functions | |||
Finding Unknown number | Excel Worksheet Functions | |||
FINDING THE UNKNOWN NUMBER | Excel Worksheet Functions | |||
SUM IF - What if column number is unknown | Excel Discussion (Misc queries) | |||
Unknown number format | Excel Worksheet Functions |