Thread: Excel listbox
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary[_22_] Gary[_22_] is offline
external usenet poster
 
Posts: 10
Default Excel listbox

Hi,

Can someone please help me out here. Is it possible to have a listbox
populated with a few entries and then have a 2nd listbox populated
based upon which items are selected in the first listbox? For example:

ListBox1 =

Item1
Item2
Item3

ListBox2 =

If Item1 is selected then show xxx
If Item2 is selected then show xxx
If item3 is selected then show xxx

Any ideas?

Thanks.