+ Reply to Thread
Results 1 to 6 of 6

Drop Down Menu Editing

  1. #1
    Registered User
    Join Date
    01-19-2007
    Posts
    17

    Drop Down Menu Editing

    Hello,

    I can't figure out how to change an existing drop down menu in one of the company's spreadsheets. The menu contains a list of initials. When the initials are picked the cell value is changed to a number. The number is then matched with a numbered list on another sheet for more specific information.

    I want to know how drop down menus can set cells equal to a different but corresponding value. Also, how can I change the setup or list on an existing drop down menu.

    Thanks,

    Eric

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    There might be a event macro at work. Right click the sheet tab with the data validation. Select view code. Paste in the below

    Then change to your condtions. In my example if you type FT into A1 it changes it to 10

    Please Login or Register  to view this content.
    This link has everything you need to know about Data validation

    http://www.contextures.com/xlDataVal01.html

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    01-19-2007
    Posts
    17
    I just spoke with someone here. The numbers are generated by using format control. Format control aparently assigns a number starting at one for the given list.

    But, I still don't understand how this type of drop down menu was created.

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988

  5. #5
    Registered User
    Join Date
    01-19-2007
    Posts
    17
    Thanks a bunch. I can edit it and create identical ones now.

  6. #6
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Glad it helped

    VBA Noob

+ 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