2 Way Depedant Dropdown(UserForm) in Excel

AJ0HN

New Member
Joined
Jan 3, 2018
Messages
2
Hi,

So I am trying to make a UserForm with 2-way Dropdown.

I have a list of players, listed with group, and if part-time or full-time that appears on Sheet 1 like so:

Player
Group
FT/PT
Player 1
U16
Full Time
Player 2
U16
Part Time
Player 3
U18
Full Time
Player 4
U21
Full Time
...
...
...

<tbody>
</tbody>

I want on my UserForm to have 2 Dropdowns.

1: Age Group (named drpGroup)

2: Part Time/Full Time (named drpFTPT)

3: Player Name (named drpName)

I have created the 3 Dropdown boxes on UserForm, what code do I need to enter to make it function like requested.

FYI the list of players is in a Excel Table, and named TBL_Players.

Regards,

Ashley
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top