+ Reply to Thread
Results 1 to 2 of 2

Help with getting data from a worksheet

  1. #1
    Registered User
    Join Date
    05-31-2006
    Posts
    3

    Unhappy Help with getting data from a worksheet

    Hi,

    I have 2 excel sheets

    username sheet
    ---------------
    it contains just usernames in one column

    main sheet
    -----------
    i want to chose from a listbox, combobox, or whatever one or more usernames
    from the username sheet.

    How can i do that??

    another question:
    I want to be sure that every username has one instance only


    can you help be?

    BogN,

  2. #2
    Matt Lunn
    Guest

    RE: Help with getting data from a worksheet



    "BogN" wrote:

    >
    > Hi,
    >
    > I have 2 excel sheets
    >
    > username sheet
    > ---------------
    > it contains just usernames in one column
    >
    > main sheet
    > -----------
    > i want to chose from a listbox, combobox, or whatever one or more
    > usernames
    > from the username sheet.
    >
    > How can i do that??
    >
    > another question:
    > I want to be sure that every username has one instance only
    >
    >
    > can you help be?
    >
    > BogN,
    >
    >
    > --
    > BogN
    > ------------------------------------------------------------------------
    > BogN's Profile: http://www.excelforum.com/member.php...o&userid=34979
    > View this thread: http://www.excelforum.com/showthread...hreadid=547173
    >
    >


    Create a named range for your username list and then set the ListFillRange
    property of the control to the name you just defined.

    The removal of duplicates can only be done by modifying your list as there
    is no setting to do this in the control. Does the username list change?

+ 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