I want my combo box to return a date format instead of a number?

C

Cainman

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
 
C

Cainman

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?
 
Top