Combobox Number Formats

L

LostInVBA

I am trying to make a combobox which displays a range of dates. The listfill
range contains a set of dates formatted "mm/dd/yyyy", however when I select a
date, the value in the combobox is shown in general format. Is there any way
to ensure that the selected combobox value is shown in "mm/dd/yyyy" format?

Thank you very much.
 
Top