+ Reply to Thread
Results 1 to 21 of 21

Make a choice in an "extensible" list

Hybrid View

ALOHA Make a choice in an... 01-14-2007, 12:19 AM
Carim Hi, There are two... 01-14-2007, 03:04 AM
ALOHA Hello Carim thank you very... 01-14-2007, 03:23 AM
Carim You are welcome Thanks for... 01-14-2007, 03:27 AM
ALOHA But... 01-14-2007, 04:23 AM
Carim Hi again, With your... 01-14-2007, 04:28 AM
Carim Hi again, As far as... 01-14-2007, 04:58 AM
ALOHA Hello Carim, isn't it a... 01-14-2007, 01:51 PM
MSP77079 Hi Aloha (or, should I say... 01-14-2007, 02:24 PM
ALOHA Hi, Thank you for your... 01-14-2007, 04:36 PM
MSP77079 Got it. Back in a few. 01-14-2007, 04:45 PM
  1. #1
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi again,

    With your validation list located in another worksheet, follow these steps,
    after having selected the range
    1. Insert Name Define
    in order to give a name to your list ... say mylist
    2. in the Data Validation menu
    go to the Allow section, select List
    go to the Source area, type
    =mylist

    Do not forget the sign =

    That's it
    HTH
    Carim


    Top Excel Links

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi again,

    As far as "extensible" is concerned, you can define your range with a "dynamic range" i.e a range which adjusts itself automatically ...

    Insert Name Define
    give your range a name
    in the formula area type
    =Offset(Sheet1!$A$1,0,0,CountA(Sheet1!$A:$A),CountA(Sheet1!$1:$1))

  3. #3
    Registered User
    Join Date
    08-21-2004
    Posts
    26
    Hello Carim,

    isn't it a problem that the introduction of the data is made in a dozen sheets?

    Aloha

  4. #4
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    Hi Aloha (or, should I say Aloha, ALOHA?),

    Sorry to enter this conversation in mid-stream. But, maybe I can help before Carim is back.

    isn't it a problem that the introduction of the data is made in a dozen sheets?
    Yes and No.
    No, because all of the validation cells and combo boxes will refer to the same list.

    Yes, because the Event code (i.e., Worksheet_BeforeDoubleClick and Worksheet_SelectionChange) would need to be on each sheet. UNLESS, instead of using these Events (which are related to individual worksheets), you used the equivalent Events, but at a workbook level:
    Workbook_SheetBeforeDoubleClick
    Workbook_SheetSelectionChange

    How far along are you in getting this implemented?
    Can you post a skeleton copy of your workbook to this forum, with some dummy data in it? (To post it here, you would need to first save it as a Zip file and upload the Zip file.)

  5. #5
    Registered User
    Join Date
    08-21-2004
    Posts
    26
    Hi,

    Thank you for your offer.
    I post en example file. The text is in french, since I'm here in Luxemburg.

    The sheet "Fournisseurs" has to contain the auto-extensible list.
    In the sheets "Agent1" to "Agent3" the data is introduced, and for this purpose it's the column "Fournisseur" that is interesting.

    If you have any question about it, I'm at your disposition.

    Regards

    Aloha
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    Got it. Back in a few.

  7. #7
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi again,

    Let begin with the very first attempt of data validation ...
    Attached Files Attached Files

+ 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