Excuse me, I retry to post this thread....
I have a problem with the format of the values in a combobox.
The range of values in the "ListFillRange" are dates (Jan-02
Feb-02...).
When I select a value in the combobox, this value changes in a serial
data format (37287,37315 ....)
Arno suggests:
Private Sub ComboBox1_Change()
ComboBox1.Value = Format(ComboBox1.Value, "dd.mm.yyyy")
End Sub
But in this way, after the selection, in the linked cell, I see onl
this year dates!!!
My dates start from 2002!!!
Help me, please.. And excuse me for reply of this thread.
Bye, Francesco
--
fragher7
-----------------------------------------------------------------------
fragher75's Profile:
http://www.excelforum.com/member.php...fo&userid=1236
View this thread:
http://www.excelforum.com/showthread.php?threadid=27073