Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using VBA to retrieve values to ComboBox | Excel Discussion (Misc queries) | |||
Omitting Duplicate values using a ComboBox or Data Validation | Excel Discussion (Misc queries) | |||
Values of ComboBox fields and SQL | Excel Discussion (Misc queries) | |||
ComboBox Values | Excel Programming | |||
ComboBox Values | Excel Programming |