Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
EJC
It sounds like your using a combobox from the Control Toolbox (as opposed to the Forms toolbar). It also sounds like you have elected to not print the combobox. If all that is true, then it is the cell that is underneath that is printing, not the value in the combobox. You should be able to format that cell to look the same as the combobox. To check if you are printing the combobox, go into design mode, right click on the cb and choose Format control. The Properties tab has a checkbox for printing. -- Dick Kusleika MVP - Excel www.dicks-clicks.com EJC wrote: I have a work hours spread sheet that has combo boxes for start and end times within certain days. I have the combo boxes linked to the cell behind it and populated with hours of the day. The times show up fine when selected, such as 6:00; when I print the sheet or use print preview, the value in the combo box then displays 0.25 (like a quarter of a day). I reselect the box and can repopulate 6:00. It does the same thing for dates too. Is there code in VB that I can write that will allow these values to be printed as times, and not as decimals? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Combo boxes to change options based on other Combo boxes. | New Users to Excel | |||
Macro Printing One Sheet with one change at a time | Excel Discussion (Misc queries) | |||
Selecting subsets using combo boxes or list boxes | Excel Discussion (Misc queries) | |||
Questions on combo boxes and list boxes. | New Users to Excel | |||
List boxes/combo boxes | Excel Programming |