Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo Box Rows 1

Status
Not open for further replies.

boggg1

Programmer
Oct 17, 2002
102
EU
Is there a way to display more rows when you drop down a standard combo box at run time ? I know in the Office version of the combo box (MSForms version) there is a ListRows property but there is no such thing in the true Visual Basic combo box.

The default value of number of rows is 8, I want 25 as there is a lot of data in my combo boxes.

The MSForms version is not strictly "allowed" under true Visual Basic...

Boggg1
[Bigglasses]
 
Sure. Check out my code in thread222-438535. There have been plenty of other posts in this forum that discuss similar solutions, so a keyword search will be useful if the linked thread doesn't do exactly what you need.
 
Thanks, just what I needed. I did search for this but for some reason I missed it. Have a star for your help.

For the sake of others, after receiving your post I also found...

The same thing working from inches (or cm) rather than pixels...
The definition of a Twip...

Thanks again.

Boggg1
[bigglasses]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top