Disable editing combo box

M

mike

Hi all,

How do I disable the the combo box from editing. The combo
box containg value that I don't users to edit or type
anything in the combo box. I just want the user to click
on it.

Thanks for the help...

mike
 
C

Cheryl Fischer

Using the Combo Box's Property Sheet, you could set the Limit To List
property to 'Yes'.
 
Top