PDA

View Full Version : combo box -no edit



rrrprogramer
07-22-2009, 10:19 AM
in VBA, i created a combo box with list of items i added in code. How do i prevent the user from changing the text in combo box?
The user should only use the drop down list of combo box, w/ no editting allowed in the combo box.
I thought there was property that can turn off the edit mode of a combo box.

Bob Phillips
07-22-2009, 10:21 AM
Change the style property to 2 - Listbox.