Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to make drop-down lists show more rows

I'd need to make the drop-down list displayed show more
rows than the default. Any ideas?

TIA
Paul

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default How to make drop-down lists show more rows

use additem


For x = 1 To 200
ComboBox1.AddItem x
Next x




"paul" wrote in message
...
I'd need to make the drop-down list displayed show more
rows than the default. Any ideas?

TIA
Paul



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default How to make drop-down lists show more rows

Paul,

Set the ListRows property, either in design, or in code.

--

HTH

Bob Phillips

"paul" wrote in message
...
I'd need to make the drop-down list displayed show more
rows than the default. Any ideas?

TIA
Paul



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make coloured drop down lists in Excel? ÉannaD Excel Worksheet Functions 3 May 28th 09 01:34 AM
Trying to make multiple drop down lists that excludes cell in a ra Joe Excel Discussion (Misc queries) 1 May 14th 09 04:56 AM
Shortcut to make a drop-down LOV show during data entry? MNGopher Excel Discussion (Misc queries) 1 February 24th 09 11:13 PM
Drop down lists show button? coal_miner Excel Worksheet Functions 11 March 28th 06 02:12 AM
Drop down lists are displaying end of list, how to make it top? LynnSouthan Excel Worksheet Functions 3 June 22nd 05 08:52 PM


All times are GMT +1. The time now is 08:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"