How can multiple combo boxes be deleted in an Excel sheet using code.
These are the type Combo Box (Form Control) inserted from the Visual Basic Developer tab.
The name is Drop Down #.
Below code works only if you know the name.

ActiveSheet.Shapes("Drop Down 2").Select
Selection.Delete
Capture.PNG