What is a Conditional pull down menu?

G

Guest

Hello:

I recently received a request from a friend asking me how to create a
Conditional pull down menu? (I believe what he means is if the user selects a
certain item from the menu, a second menu will populate based on my first
selection)

I have never heard of it, I could develop one in VBA but I am not sure that
is what he wants. Any pointers in this direction would be helpful.

Regards,
-Neil
 
A

arno

Hi Neil,
I recently received a request from a friend asking me how to create a
Conditional pull down menu? (I believe what he means is if the user
selects a certain item from the menu, a second menu will populate
based on my first selection)

well, ask him. That's always a good starting point for programming. You
could be right with your guess.
I have never heard of it, I could develop one in VBA

simple versions can be created with named ranges as data sources of the
pulldown menu. (incl. the offset()-worksheetfunction to define the
named range) without VBA.

arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top