Thread: Listbox ?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default Listbox ?

You can set the enabled property to False, if the list box is from the
control toolbox. However, if the user is Excel xavvy, they can change it
back to true. Maybe a textbox or a label would have been a better choice.



"JT" wrote in message
...
Is it possible to prevent a user from selecting any item in a listbox?
I'm
using a listbox to display the values of several cells. I just want the
user
to be able to scroll through the list box and read what is there but not
select anything. is this possible?

Thanks for the help.
--
JT