View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Cainman
 
Posts: n/a
Default I want my combo box to return a date format instead of a number

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