Data validation

A

Aferreira

I have created a data validation drop down list. When I open the dropdown box
Ii can not see the entire list and have to use the down/ up arrows to scroll
through the list. Can i make the dropdown box bigger so I won't have to
scroll?
 
D

Debra Dalgleish

The data validation dropdown is limited to 8 rows, and can't be changed.

If you can use macros, there's a sample file here that provides a
combobox from which you can select one of the values. In a combobox, you
can set the number of rows in the dropdown list:

http://www.contextures.com/excelfiles.html

Under 'Data Validation', look for 'Data Validation Combobox'
 
A

aferreira

Thanks for your help

Debra Dalgleish said:
The data validation dropdown is limited to 8 rows, and can't be changed.

If you can use macros, there's a sample file here that provides a
combobox from which you can select one of the values. In a combobox, you
can set the number of rows in the dropdown list:

http://www.contextures.com/excelfiles.html

Under 'Data Validation', look for 'Data Validation Combobox'
 
Top