Search Contextures Sites ![]()
Excel Data Validation Combo box Click
Create an Excel Data Validation Dropdown List
Add the Combo box
Open the Properties Window
Change the Combo box Properties
Exit Design Mode
Add the Code
Test the CodeDownload the zipped sample file
You can use Excel Data Validation to create a dropdown list of options in a cell. However, the list font can't be changed, nor can the number of visible rows, which has a maximum of eight. Also, Data Validation doesn't have an AutoComplete feature, which finds matching items in the list as you start to type.To overcome these limitations, you can add a combo box to your worksheet, and use programming to make it appear in cells that contain a data validation list. Click on a cell that contains a data validation list, and the combo box appears. The combo box's font size can be set, more than 8 rows can be displayed, and autocomplete can be enabled.
If you would prefer to see the combo box only when you double-click on a data validation cell, please use the instructions at one of the following pages:
Data Validation -- Combo Box
Data Validation -- Combo Box - Named RangesNote: If the worksheet is protected, allow users to Edit Objects, and they will be able to use the combobox.
Create a Data Validation Dropdown ListOn Sheet1, type the lists that will be used in the data validation dropdowns:
Tip: Use the AutoFill feature to create the lists
- In cells K2:K8 type a list of weekdays
- In cells M2:M13 type a list of months
The next step is to create the data validation dropdown lists. There are detailed instructions here: Data Validation -- Introduction
Add the Combo boxTo add or edit the Combobox, open the Control Toolbox, and enter Design Mode:
Open the Properties WindowTo format the combo box, open the properties window:
- Select the combo box
- On the Control Toolbox, click the Properties button
![]()
Set the Number of Rows
- In the Properties window, click in the ListRows box
- Type the number of rows that you want displayed in the dropdown. In this example, the setting is: 12
Turn on AutoComplete
- In the Properties window, click in the MatchEntry property
- From the dropdown list, select 1-frmMatchEntryComplete
Exit Design Mode
- Close the Properties window
- On the Control Toolbox, click the Exit Design Mode button
To add this code to the worksheet:
Test the Code
- Click on one of the cells that contains a data validation list.
- The combo box will appear
- Select an item from the combo box dropdown list
- Click on a different cell, to select it
- The selected item appears in previous cell, and the combo box disappears.
Download the sample file
Excel Tutorials - Data Validation
Contextures Inc., Copyright ©2010
All rights reserved.
Last updated: October 14, 2010 9:34 PM