Validation lists - Disable scroll-down?

H

HPe

I'm making a validation list with many possible values, which in turn
means that the list gets a "scroller".

Does anyone know if it is possible to disable this? I want the complete
list to be displayed.

Thanks in advance!
 
D

Dave Peterson

Not using Data|validation, but maybe you could use a combobox from the control
toolbox.

Change the .listrows property to what you want.

(I would think after it gets pretty large, you'd want that scroll bar, though.)
 
Top