View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal Robert Crandal is offline
external usenet poster
 
Posts: 309
Default Prevent edit on combo box?

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!