View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ivan Raiminius Ivan Raiminius is offline
external usenet poster
 
Posts: 258
Default dynamic fill of listbox - need help

Hi,

you can use event depended code (for example Private Sub
ListBox1_Change()) to fill subsequent listbox with appropriate items,
after user picks entry in listbox1.

Regards,
Ivan