+ Reply to Thread
Results 1 to 5 of 5

Drop Down List:make the selection

  1. #1
    Registered User
    Join Date
    08-18-2007
    Location
    Baton Rouge, LA
    Posts
    16

    Drop Down List:make the selection

    Hello,

    My question is:

    If I have a drop down in column A and the user makes a selection then again I have the same drop down in column J how can I make the selection they made in column A be the default for column J? I want them to be able to make a new selection but I want it to default if the selection would stay the same.

    Thanks in Advance,
    Diann

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,523
    a worksheetchange event could do the trick

    right click on the sheet tab and select view codes
    paste this code there
    Please Login or Register  to view this content.
    this is if A1 and J1 have the data validation dropdown menus

    macros must be enabled for this to work

  3. #3
    Registered User
    Join Date
    09-03-2003
    Location
    UK
    Posts
    95
    In cell J5 for example, type =A5. Then in cell J5, select Data Validation, select list and choose the same list as you did for cell A5. This then will return the value selected in A5 and give you the same drop down list as for cell A5.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,523
    Quote Originally Posted by Stuart Farr
    In cell J5 for example, type =A5. Then in cell J5, select Data Validation, select list and choose the same list as you did for cell A5. This then will return the value selected in A5 and give you the same drop down list as for cell A5.
    Hi,Stuart
    Won't that only work for the first time??

  5. #5
    Registered User
    Join Date
    08-18-2007
    Location
    Baton Rouge, LA
    Posts
    16
    Thanks Dave - got it and it does exactly what I need.

    Diann

+ 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