Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a combobox populated with fractions that display properly.
After selection the fraction converts to a decimal, but the list values are still fractions. How can i display the selected value as a fraction? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you show/tell us how you populated the ComboBox with your fractions?
Rick wrote in message ... I have a combobox populated with fractions that display properly. After selection the fraction converts to a decimal, but the list values are still fractions. How can i display the selected value as a fraction? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 12, 5:04 pm, "Rick Rothstein \(MVP - VB\)"
wrote: Can you show/tell us how you populated the ComboBox with your fractions? Rick wrote in message ... I have a combobox populated with fractions that display properly. After selection the fraction converts to a decimal, but the list values are still fractions. How can i display the selected value as a fraction? Thanks ya that was it, i figured it out yesterday. the populated values from the cells were entered as 0 1/3 which shows in the formula bar as . 33333333 so it was already converted before being passed to the routine... i fixed this by entering them as '1/3 and then converting to a number in the routine Thanks again |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show fraction as fraction even if answer is 1 | Charts and Charting in Excel | |||
Text fraction to fraction format | Excel Worksheet Functions | |||
How do I change fraction to fraction characters? | Excel Worksheet Functions | |||
fraction | Excel Worksheet Functions | |||
Whole Fraction | Excel Programming |