ComboBox - Entering Text

  • Thread starter Thread starter Richard Buttrey
  • Start date Start date
R

Richard Buttrey

Hi,

I've got a ComboBox which correctly contains data specified in the
..RowSource property. However I can't get it to accept text, which the
user may wish to enter instead of choosing one of the values presented
in the drop down list.

I've set the Style property to 0 (fmStyleDropDownCombo) as the Help
screen suggests, but it still won't accept a user input.

Any ideas anyone?

TIA

Richard Buttrey
 
Hi Richard

ensure "Match required" is set to false

hope this helps
Cheers
JulieD
 
Thanks Julie & Tom

I hadn't spotted that one.

The help screen wasn't particularly helpful, and didn't mention this
Match property in the first combobox help screen.

Anyway, all is now well.

Kind regards,

Richard


is the property MatchRequired set to false?

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 

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

Similar Threads

Combobox - MatchRequired does not work? 2
ComboBox match issue 4
Userform ComboBox Row Source 1
ComboBox Problems 1
Another ComboBox Issue 1
ComboBox Issues 1
ComboBox makes Excel hang 1
Locking down a combobox 10

Back
Top