VBA - TextBox output from multiple ComboBoxes

VbWriter13

New Member
Joined
Mar 17, 2011
Messages
9
Hello All,

I'm designing a UserForm that allows the user to make selections from multiple ComboBoxes in order to yield the desired output.

For Example: Select the height, weight, color, age, gender, and occupation from separate ComboBoxes and the output would be the persons name in a TextBox.

There curently 250 entries(lines), each with 6 characteristic(columns).
The tricky part is that each characteristic is dependent on the previous.

Is there a way I can use my current spreadsheet to do this?

Thanks in Advance,

VBW13
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
This is rather complex to pull off in code. Furthermore Excel has some built-in functionality that would essentially do the same. I would suggest simply using Custom Views to hide/unhide the columns you don't care about and then use Filter (aka AutoFilter in Excel 2003 & below) and see if that, plus a smidgeon of user training or some simple instruction materials would do the trick before I'd invest beaucoup hours in coding up a userform-based solution.
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,808
Members
452,944
Latest member
2558216095

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