Forum Discussion
How to remove a Drop Down Box
- Aug 02, 2021
Thanks. It is a so-called ActiveX combo box.
Make sure that you see the Developer tab of the ribbon. If not:
- Select File > Options.
- Select 'Customize Ribbon' in the navigation pane on the left.
- Tick the check box Developer in the list of Main Tabs on the right.
- Click OK.
Activate the Developer tab of the ribbon.
In the Controls group, click to highlight Design Mode.
You can now select the combo box by clicking on it.
Press Delete to remove it.
Don't forget to turn off Design Mode again.
Could you create a copy of the workbook, remove everything except the dropdown box, then save the copy and attach it to a reply?
- Chief2001Aug 02, 2021Copper Contributor
Thanks for your reply: see attachment
- HansVogelaarAug 02, 2021MVP
Thanks. It is a so-called ActiveX combo box.
Make sure that you see the Developer tab of the ribbon. If not:
- Select File > Options.
- Select 'Customize Ribbon' in the navigation pane on the left.
- Tick the check box Developer in the list of Main Tabs on the right.
- Click OK.
Activate the Developer tab of the ribbon.
In the Controls group, click to highlight Design Mode.
You can now select the combo box by clicking on it.
Press Delete to remove it.
Don't forget to turn off Design Mode again.
- Meghashyam BorleDec 20, 2021Copper ContributorThe best, simplest solution. Thanks