Excel Combo Box

This post will guide you how to add Combo Box drop down list to Excel Worksheet. How do I create and use a combo Box in Excel 2010/2013/2016. How to create Form Control combo box in Excel. How to create ActiveX control combo box in Excel.

If you want to create a drop down list box in Excel, you can create a combo box to achieve the result. And there are two types of combo box in Excel, one is ActiveX Control combo box, and another is Form control Combo box. Let’s see the below introduction about those two combo box.

Create Form Control Combo Box


To create a Form Control combo box in Excel, you need to do the following steps:

#1 enable Developer tab in ribbon.

#2 go to DEVELOPER tab, click INSERT command under Controls group. Click Combo Box button under Form Controls section from the popup list.

excel combo box 1

#3 drag the mouse to draw one combo box in a blank cell in the current worksheet.

excel combo box 2

#4 select this combo box, and right click on it. Select Format Control from the popup menu list. And the Format Control dialog will open.

excel combo box3

#5 select one range of cells that you want to add to the combo box under Control tab. And change Drop Down lines as you need. Click OK button.

excel combo box4

#6 the Form Control combo box has been created in your worksheet.

excel combo box5

Create ActiveX Control Combo Box


You can use the ActiveX Control Combo Box to create a drop down list box in Excel, and you can also change the Fond size in this kind of drop down list. Just do the following steps:

#1 select the range of cells that you want to add to list box.

excel combo box6

#2 right click on it, and select Define Name from the popup menu list. And the New Name dialog will open.

excel combo box7

#3 type one defined name in Name text box (such as: mydate), and then click OK button.

excel combo box8

#4 go to DEVELOPER tab, click INSERT command under Controls group. Click Combo Box button under ActiveX Controls section from the popup list.

#5 drag the mouse to draw one combo box in a blank cell in the current worksheet.

excel combo box9

#6 select this combo box, and right click on it. Select Properties from the popup menu list. And the Properties pane will open.

excel combo box10

#7 set LinkedCell as B1, and set ListFillRange as defined name (mydate) that you created in step2. Close the Properties pane.

excel combo box11

#8 go to DEVELOPER tab, click Design Mode command under Controls group to disable Design mode.

excel combo box13

#9 let’s see the last result.

excel combo box12

The ActiveX Combo Box has been created successfully in your worksheet.

Leave a Reply