Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a list of dates that has several of the same date, however they are in
chronological order, named DateList. A combo box in a userform displays these with the UserForm_Initialize event: For each c in Range("DateList") If c < c.Offset(-1, 0) Then Me.cBoxDates.AddItem Format(c, "m/d/yyyy") End If Next How can I get the combo box to display the dates in reverse order (latest to earliest) if the list is earliest to latest? Thanks, Sam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box Question | Excel Programming | |||
Combo Box if... then... else question | Excel Programming | |||
combo box question | Excel Programming | |||
Combo box question | Excel Programming | |||
Combo Box Question | Excel Programming |