Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am Trying to create a drop down list but i cant format the box with the
list I have |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you have dates in your dropdown list, try
Private Sub combobox1_Change() Combobox1.Value = format(Combobox1.Value,"mm/dd/yyyy") End sub Otherwise provide more information -- Regards, Tom Ogilvy "dgr" wrote: I am Trying to create a drop down list but i cant format the box with the list I have |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel VBA Combo Box Populating dependent on other combo box choices | Excel Programming | |||
Filtered list for Combo Box ListFillRange - Nested Combo Boxes | Excel Programming | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) | |||
merging excel program with tdc finance program | Excel Programming |