mahmed1
Well-known Member
- Joined
- Mar 28, 2009
- Messages
- 2,266
- Office Version
-
- 365
- 2016
- Platform
-
- Windows
Hi Guys,
Im hoping you can guide me to do this in a more structured way making it more simple and robust
I have a lookup sheet that holds
Area Name
Department Names
Team Name
Each team will have a Department name which feeds into the Area name
Now i want to create a dependent lookup combo box So depending on which area name i pick, the department dropdown should pick up the departments only for that area and then the team names should pickup the relevant teams based on the department picked
Now i know i can used named ranges and use the indirect function to get the correct list however I have
5 Area names
10 departments
Each Department holds 7-10 teams each so i will be creating loads of named ranges..
Is there a better way to do this even using VBA? My combo boxes are Active X objects
Im hoping you can guide me to do this in a more structured way making it more simple and robust
I have a lookup sheet that holds
Area Name
Department Names
Team Name
Each team will have a Department name which feeds into the Area name
Now i want to create a dependent lookup combo box So depending on which area name i pick, the department dropdown should pick up the departments only for that area and then the team names should pickup the relevant teams based on the department picked
Now i know i can used named ranges and use the indirect function to get the correct list however I have
5 Area names
10 departments
Each Department holds 7-10 teams each so i will be creating loads of named ranges..
Is there a better way to do this even using VBA? My combo boxes are Active X objects
Last edited by a moderator: