LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Using results of a combo box

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro that can run combo boxes simonsmith Excel Discussion (Misc queries) 0 June 5th 06 05:00 PM
abdualmohsn almedrahe abdualmohsn ahmad Excel Discussion (Misc queries) 1 November 19th 05 06:32 PM
Results from a combo box into a formula Dan S Excel Worksheet Functions 1 July 26th 05 04:45 PM
Nesting Combo Boxes /Returning an Array ELMONDO SNITHER Excel Discussion (Misc queries) 1 June 30th 05 01:15 AM
dynamic combo boxes tjb Excel Worksheet Functions 2 January 25th 05 07:33 PM


All times are GMT +1. The time now is 02:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"