Prevent edit on combo box?

  • Thread starter Thread starter Robert Crandal
  • Start date Start date
R

Robert Crandal

I initially added 3 integer values to my combo box,
then I set the value of the combo box to the first
integer. I want my combo box to ONLY offer
these 3 integer choices, but I see that it's possible
for a user to edit the value of the combo box.

How can I prevent users from changing the front
value of a combo box?

Thank you!
 
Set the MatchFound property of the ComobBox to TRUE.
Check out the VBE Help on 'MatchFound'.
 

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
Having trouble with combo boxes. 11
Combo Box Question 22
combo box 1
Autocomplete Data Validation Combo Box 0
Disabling the Combo Box 6
combo box selection issue 2
combo boxes 7

Back
Top