+ Reply to Thread
Results 1 to 3 of 3

Create List in Combo Box

  1. #1
    Registered User
    Join Date
    02-26-2006
    Posts
    68

    Create List in Combo Box

    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

  2. #2
    Steve Yandl
    Guest

    Re: 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" <parteegolfer.251vtn_1142996103.7779@excelforum-nospam.com>
    wrote in message
    news:parteegolfer.251vtn_1142996103.7779@excelforum-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. #3
    Centurius
    Guest

    Re: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1