Re: Yes No Dropdown Menu
Quote from MiffoDisplay MoreI would think the easiest way to do that would be to create a validation.
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:
Aha, i found it in the top left side, thanks for your help : D