Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To Display date in combobox, you can use this
Private Sub UserForm_Initialize() For dt = 40000 To 40500 With UserForm1 .ComboBox1.AddItem (Format(dt, "MMM DD,YYYY")) End With Next dt End Sub On Nov 15, 10:08*am, ed.ayers315 wrote: Hello, New to this forum. What I see I like and feel I will get a solution here. I have a user form designed where I need the user to put 38 Dates and times of when events happen. It is easy to just expect them to manually put in the data but we all know the more typing the less chace of getting the info you need. Does an answer exist for this issue? I can send the file but do not see a way to attach here. * -- Ed Ayers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Time Picker | Excel Programming | |||
Date / Time Picker V6.0 - Control moves location on userform! | Excel Programming | |||
Date/Time Picker | Excel Programming | |||
date time picker | Excel Programming | |||
Set Value for Date/Time Picker | Excel Programming |