Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
doesn't work :-)
Give this UserForm Initialize event code a try... Private Sub UserForm_Initialize() Dim X As Date For X = Now - 365 To Now ComboBox1.AddItem Format$(X, "dd/mmm/yyyy") Next End Sub Nothing for you to do after this... the list will display as you wanted. Of course, you would use your ComboBox's Name instead of ComboBox1 like I did. Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combo box dropdown list | Excel Worksheet Functions | |||
Combo Box List Dropdown | Excel Programming | |||
Date-Format of Dropdown-Combo is integer | Excel Programming | |||
Change and update contents of a dropdown combo .... | Excel Programming | |||
XL97:Combo/DropDown box and Not In List | Excel Programming |