Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using using dates in the ListFillRange in a combo box and after
selecting the date it returns the numerical value instead of the date. How do I format the combo box for dates? Time Period 39629 <= numerical value returned instead of date 06/30/08 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ComboBox1.Value = Format(ComboBox1.Value, "dd/mm/yyyy")
"Cainman" wrote: I am using using dates in the ListFillRange in a combo box and after selecting the date it returns the numerical value instead of the date. How do I format the combo box for dates? Time Period 39629 <= numerical value returned instead of date 06/30/08 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I copied =Format(Combobox1.Value,"dd/mm/yyyy") into the colume next to the
value field but when I selected a new date it reverted back to the number again. Am I doing this correctly? "Toppers" wrote: ComboBox1.Value = Format(ComboBox1.Value, "dd/mm/yyyy") "Cainman" wrote: I am using using dates in the ListFillRange in a combo box and after selecting the date it returns the numerical value instead of the date. How do I format the combo box for dates? Time Period 39629 <= numerical value returned instead of date 06/30/08 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Format Problems?? | Excel Discussion (Misc queries) | |||
MS Query Date Format | Excel Discussion (Misc queries) | |||
Date Format Squirrelly | Excel Discussion (Misc queries) | |||
DATE Format | Excel Worksheet Functions | |||
How do i format a 5 to 6 digit number into the correct date? | Excel Worksheet Functions |