View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
alan_stew alan_stew is offline
external usenet poster
 
Posts: 9
Default Excel User Form using 2 Combo Box with 1st Combon controling the 2

ca1358,
You need to have a list of items in combo#1, and for each item there,
there would be a corresponding list of items which would be displayed
in combo#2. The code to load combo#2 can be attached to an event in
combo#1, like OnChange.
That is the concept, you have to supply the details.
Cheers,
Alan