How to set the amount of values visible when open a combo box?

  • Thread starter Thread starter AA Arens
  • Start date Start date
A

AA Arens

How to set the amount of values visible when open a combo box?
and
How to have a default value highlighted when opened as always the top
of the list is visible.

Bart
Excell 2003
 
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
combo box from which you can select one of the values. In a combo box, you
can set the number of rows in the dropdown list. There are instructions
here:

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

The data validation list will open with the cell's entry selected in the
dropdown list, so you could type the default value in the cell. Then,
users can select a different item if necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top