How can I enable a list box (so that the list selection works), but stop users from changing the .text value of the listbox (adding characters, or deleting characters).
thanks!
Printable View
How can I enable a list box (so that the list selection works), but stop users from changing the .text value of the listbox (adding characters, or deleting characters).
thanks!
Are you sure you're using a listbox and not a combobox? If you use a listboc the user can't change the text.
If you're using a combobox, try changing the .locked property to true.
OK - I feel stupid.
I'm new though... so what the hey. :)
Oh, wait :)
Just checked it - I was talking about a combo box (drop down box).
So, how would I do what I was talking about with a combo box?
thanks,
Combo1.Style = 2