View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default listbox-combobox category

Not by using a setting.

You could design your code to unselect them.

--
Regards,
Tom Ogilvy

"GUS" wrote in message
...
is it possible to have in a combobox or listbox categories that cannot be
selected.
example
combobox list must appear as :

names
gus
jim
jhon
david
fruits
banana
orange
games
Tetris
tennis
basket

user can only select the values (jim,john,orange, tennis etc)not

categories
(names,fruits,games)
Is this possible.