Combo box match required

  • Thread starter Thread starter dg
  • Start date Start date
D

dg

The match required property for a combo box does not work
in excel 2002.
ie - you can hardcode a value that is not in the list
source.

What is the workaround?
 
Wasn't aware of that, but how about restricting the user to selecting from
the list (or use a listbox).
 
If you change the .style property to fmStyleDropDownList (instead of
fmStyleDropDownCombo), does it work better?

(Does "hardcode a value" mean type it in?)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top