+ Reply to Thread
Results 1 to 3 of 3

Combo Box List Referencing

Hybrid View

  1. #1
    Registered User
    Join Date
    06-19-2007
    Location
    Sydney, Australia
    MS-Off Ver
    2013
    Posts
    72

    Combo Box List Referencing

    Hi Everyone

    Is there any way to reference a list for a combo box through a cell reference typed in a cell?

    example:
    List for Combo Box contained in range A1:B10
    Cell C1 contains text "$A$1:$B$10"
    Combo box referencing C1 which in turn references $A$1:$B$10

    The more I look at this, the less possible it looks

    Any help would be greatly appreciated.

    Thanks

    Mark

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481
    You would need to add a named range which used the INDIRECT formula

    So with data in A1:B10 and description of range in C1 you could create a name
    COMBO_LIST which used the formula =INDIRECT(Sheet1!$C$1)

    The set the ListFillRange to COMBO_LIST

    make sure to set ColumnCount to 2
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    06-19-2007
    Location
    Sydney, Australia
    MS-Off Ver
    2013
    Posts
    72
    Great - Thanks Mate

    Mark

+ 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