ComboBox

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I am using a ComboBox for a drop list. How can I increase rows in the box
because i can only get it to show 121 rows?
 
Hi,

What type of combobox are you using - Form control, Toolbox control, or Data
Validation? When you say you can only see 121, does this mean you can't
scroll below the 121st item?
 
I am using a toolbox control and data validation together and it will only
scroll down 121 rows and not show all my list
Chris
 
I'm using Toolbox control I believe and what is happening is it is not
including my whole list of items for validation. My list goes from R1 - R126
and the box will only scroll to R121.
 
Back
Top