Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This worked Great!!!!!
Thanks In article , says... Option Explicit Private Sub UserForm_Initialize() Dim myCell As Range For Each myCell In Worksheets("sheet999").Range("aa2:aa12").Cells Me.ComboBox1.AddItem myCell.Text 'or format(mycell.value,"mm/dd/yyyy") Next myCell End Sub And do the same thing with the times. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box Properties | Excel Discussion (Misc queries) | |||
Using Drop Downs Or Combo Boxes to Look up and display Info | Excel Discussion (Misc queries) | |||
Combo Box | Excel Worksheet Functions | |||
How do you display Greek and Russian languages in excel? | Excel Discussion (Misc queries) | |||
how i choose the column from a combo box | Excel Discussion (Misc queries) |