Yes No Dropdown

  • Re: Yes No Dropdown Menu


    I would think the easiest way to do that would be to create a validation list.
    Just write Yes and No in two diffrent cells, selectect them and give the list a name (in the top right corner, just above the columnletters).
    Then you just select the cell you want the drop-don list to be places, go to DATA - VALIDATION and in the list you chose List.
    In the Souce-field you write in the name of the list you just created (and dont forgoet the = before the listname).


    After that, every time you select that cell, you'll get a dropdown list with Yes and No.
    Its easy to handle in code, since the choise will be the lists value.
    Ex:

    Code
    If Cells(1,1).Value = "Yes" then
      'do what you want if they chose yes
    else
      'do what you want if they chose no
    end if
  • Re: Yes No Dropdown Menu


    Thank you for your reply Miffo, unfortunately i cannot see where to give the list a name. There is nothing above my column letters. at the top right. :s

  • Re: Yes No Dropdown Menu



    Aha, i found it in the top left side, thanks for your help : D

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!