Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Create List in Combo Box


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

--
parteegolfe
-----------------------------------------------------------------------
parteegolfer's Profile: http://www.excelforum.com/member.php...fo&userid=3195
View this thread: http://www.excelforum.com/showthread.php?threadid=52509

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 284
Default Create List in Combo Box

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


"parteegolfer"
wrote in message
news:parteegolfer.251vtn_1142996103.7779@excelforu m-nospam.com...

I am attempting to create a user form with combo boxes or a drop down
list.
How do enter the Data to be dropped down from this. I know how to
create a list using Validation however this does not help with user
forms.

Please point me in the right direction. I need three names in a box to
be selected in this user form


--
parteegolfer
------------------------------------------------------------------------
parteegolfer's Profile:
http://www.excelforum.com/member.php...o&userid=31951
View this thread: http://www.excelforum.com/showthread...hreadid=525091



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Create List in Combo Box

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

Reply
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
How do I create a combo box that is tied to another combo box? rosamaria Excel Worksheet Functions 2 December 9th 09 10:32 PM
Create a list box/combo box with hyperlinks Jared Excel Worksheet Functions 0 August 29th 06 07:46 PM
Filtered list for Combo Box ListFillRange - Nested Combo Boxes DoctorG Excel Programming 3 February 23rd 06 12:15 PM
How can I create Combo list with no VBA Etiene Excel Discussion (Misc queries) 7 November 4th 05 09:32 PM
How do I create a combo drop down list in Excel? Ron Excel Worksheet Functions 1 April 15th 05 08:29 PM


All times are GMT +1. The time now is 07:28 AM.

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

About Us

"It's about Microsoft Excel"