View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SaturnGolfBoy SaturnGolfBoy is offline
external usenet poster
 
Posts: 2
Default Multi Listboxes with data dependent upon user choices

I have 4 Listboxes. The way it works is user selects item from box 1 and
moves to box 2. Where I am having problems is depending on what is in box 2
decides what is shown in box 3. How do I do this?

Box1 rowsource = A3:A39
When A3 is in Box2 I want to have A43:A56 in Box3.