Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / March 2006

Tip: Looking for answers? Try searching our database.

Create List in Combo Box

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
parteegolfer - 22 Mar 2006 03:54 GMT
I am attempting to create a user form with combo boxes or a drop dow
list.
How do  enter the Data to be dropped down from this. I know how t
create a list using Validation however this does not help with use
forms.

Please point me in the right direction. I need three names in a box t
be selected in this user for
Steve Yandl - 22 Mar 2006 04:16 GMT
If the items are present in an existing range in your workbook, it's pretty
simple.  If you select the combo box in VBE, locate the "RowSource" property
in the lower left window (Properties window).  Enter the name for the range
there and you should get what you want.

Steve

> I am attempting to create a user form with combo boxes or a drop down
> list.
[quoted text clipped - 4 lines]
> Please point me in the right direction. I need three names in a box to
> be selected in this user form
Centurius - 22 Mar 2006 04:20 GMT
in the VBA window, on the properties sheet for this combo box, there is
a field named "RowSource" simply type in this field the name of the
list of data you want the combobox to contain

eg. if the combobox should call upon a list of names somewhere in the
workbook defined as FirstName
type that into the RowSource field on the properties.

if it is only the three names, and won't be changing on the sheets, you
can (i think, never actually done it) just type the options into the
RowSource field, in "  " and seperated by ;

eg. RowSource    "Dan";"Sarah";"Cara"
not sure if this will work, but might as well try

Hope This Helps

Cheers,
Dan

=P
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.