Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With worksheets("sheet9999").Range("a1")
.NumberFormat = "mm/dd/yyyy" .Value = CDate(Me.combobox1.Value & " 1, " & Me.combobox2.Value) end with Rob In Redwood City wrote: This is probably a very simple question to answer since I am a newby. I have a UserForm that has a combobox with the months and another with the year. I want this information to end up in cell A1 (with the first of the month of that month) example: if i pick September in the first combo and 2006 in the second, I want 9/1/06 to appear in A1. How do I make this happen. Thanks -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro that can run combo boxes | Excel Discussion (Misc queries) | |||
abdualmohsn | Excel Discussion (Misc queries) | |||
Results from a combo box into a formula | Excel Worksheet Functions | |||
Nesting Combo Boxes /Returning an Array | Excel Discussion (Misc queries) | |||
dynamic combo boxes | Excel Worksheet Functions |