Preventing Writing in Combo Boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I have a series of combo boxes and want to ensure people only select what is given in the boxes. I have set the matchtype to 'complete' and 'true' however am still able to write in what I like which in turn puts the wrong value elsewhere.

Is there any means of preventing people writing in what they like? Or am I missing something with what I've done?

Any help would be greatly appreciated.
Thanks,

Stan
 
Hi Stan

Within VB, select the combobox and then go to the combobox properties.
Change the style from "fmStyleDropDownCombo" to "fmStyleDropDownList"

--
XL2002
Regards

William

(e-mail address removed)

| Hi All,
|
| I have a series of combo boxes and want to ensure people only select what
is given in the boxes. I have set the matchtype to 'complete' and 'true'
however am still able to write in what I like which in turn puts the wrong
value elsewhere.
|
| Is there any means of preventing people writing in what they like? Or am I
missing something with what I've done?
|
| Any help would be greatly appreciated.
| Thanks,
|
| Stan
|
 

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

combo box 2
Combo Box 1
combo box 1
Disabling the Combo Box 6
Same Items in 3 different Combo Boxes 3
Autocomplete Data Validation Combo Box 0
Having trouble with combo boxes. 11
Validation rule for Combo Box 0

Back
Top