CRUTHERFORD
Board Regular
- Joined
- Jul 10, 2014
- Messages
- 107
Hi,
So I am creating this userform that will pull data from other tabs depending on the selection made by the user.
1st issue: How do you create a drop down list in a user form?
2nd issue: My current user form contains the following...
PartnerName: <dropdownlist>
Initials: <textbox>
Brands: <4 Check boxes each with a different brand name>
status: <3 check boxes each with a different status>
Booked Year: <3 check boxes each with a different year>
How do i get it so once the command button 'OK' has been selected it will filter through tabs 1,2 and 3 and return all data that is relevant to the above selections in tab 4? Each selection in the user form has the same header in the other tabs so hopefully that will make it easier to filter?!
Cheers,
Cam
So I am creating this userform that will pull data from other tabs depending on the selection made by the user.
1st issue: How do you create a drop down list in a user form?
2nd issue: My current user form contains the following...
PartnerName: <dropdownlist>
Initials: <textbox>
Brands: <4 Check boxes each with a different brand name>
status: <3 check boxes each with a different status>
Booked Year: <3 check boxes each with a different year>
How do i get it so once the command button 'OK' has been selected it will filter through tabs 1,2 and 3 and return all data that is relevant to the above selections in tab 4? Each selection in the user form has the same header in the other tabs so hopefully that will make it easier to filter?!
Cheers,
Cam