Combobox info change

Jphill

New Member
Joined
Aug 15, 2002
Messages
12
I need to have certain boxes disappear when certain info is chosen on others. Example: In a list of Hood, Base, and Plate. if the last one is chosen I need combobox 2, 3 and 4 to not be an option to choose from.

Thanks
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi,

Have you tried the '.Visible' property, e.g.

ComboBox1.Visible = False

however you may prefer the '.Enabled' property.

HTH

Alan
 
Upvote 0
Yes but it doesn't work after you choose the one in the list. I need it to hide the boxes as soon as someone clicks on the option from the first box.
 
Upvote 0
If this is in a userform, try using the Combobox1_Change event to set the visible parameters you want.

If it is with an activeX control from the controls toolbar, use the ComboBox1_Change event.

If it's from the forms toolbar, I don't have an answer.
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,852
Members
449,096
Latest member
Erald

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