Thread: combobox
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Wigi Wigi is offline
external usenet poster
 
Posts: 396
Default combobox

You could perhaps line up all choices (and indent for choices at a lower
level).

Or, you could use 2 dropdowns where the contents of the second one are
dependent on the choice in the first. You can steal ideas from he
http://www.contextures.com/xlDataVal02.html

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"bgkgmg" wrote:

Is it possible to have a dropdown list or another combobox within a combobox.
I have a combobox with a linked cell that I use with a Hyperlink. But my
project first requires me to make a selection within my combobox then another
selection based on the first selection. Hope I not too confusing.

Thanks
Bobby