Disable Typing Over ComboBox Items - List Only in ComboBox in Excel VBA Dropdown

preview_player
Показать описание

Fantastic Developer Tools:
Рекомендации по теме
Комментарии
Автор

Thanks !!!!
My serach end
This is the one for  what i'm looking for so many days.

pavankumar.hanmandla
Автор

Thanks a lot!!! It really helped me. Something that I realized is that if you select the second item on the list (in this specific case "female") and then hit spaceback, the option will go back to first item on the list which is male. However the data wont be typed over which is the main point of disabling this particular property on the combobox.

jonathanmoreno
Автор

exactly what I was looking for. thanks

lgarcia
Автор

Nice video, it has put me on the right track, but with this method you cannot set a default value. I figured out that to solve this you can add in the change event of the combobox the following line: ComboBox.Style = fmStyleDropDownList.

MrHorzel
Автор

how do you disable or enable userform items using option boxes?

ronsiochiable