Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brettjg
 
Posts: n/a
Default Display more than 8 lines in an Excel dropdown box

Using Data Validation I can only get the drop-down box to display a maximum
of 8 lines, otherwise I have to use the scroll bar at the side to see the
other entries. Is there any way to set it so that it displays 12 or 15 lines
without having to scroll. The problem being that if the cell was blank to
start with the dropdown goes to the first entry after the last non-blank.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Leith Ross
 
Posts: n/a
Default Display more than 8 lines in an Excel dropdown box


Hello Brettjg,

Not possible using Data Validation. You can do it by placing a Forms
Toolbar Drop Down or Controls Toolbox ComboBox (ActiveX control) on the
worksheet and writting the macro code to do both the validation and
extending the number drop down of lines.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=551733

  #3   Report Post  
Posted to microsoft.public.excel.misc
paul
 
Posts: n/a
Default Display more than 8 lines in an Excel dropdown box

you dont ned a macro to conrol a forms toolbar combo.The number of lines is a
property you can adjust in the format control menu when you right click on
the combo box.To make a forms combo box functional you need to use an index
or choose formula using the cell link to choose from your list
--
paul

remove nospam for email addy!



"Leith Ross" wrote:


Hello Brettjg,

Not possible using Data Validation. You can do it by placing a Forms
Toolbar Drop Down or Controls Toolbox ComboBox (ActiveX control) on the
worksheet and writting the macro code to do both the validation and
extending the number drop down of lines.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile:
http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=551733


  #4   Report Post  
Posted to microsoft.public.excel.misc
paul
 
Posts: n/a
Default Display more than 8 lines in an Excel dropdown box

its always tough to find the "help" for the forms combo box so heres a peek
Combo box A drop-down list box. The item that is selected in the list box
appears in the text box.

Combo box properties

Input range Reference to the range containing the values to display in
the drop-down list.

Cell link Returns the number of the item that's selected in the combo box
(the first item in the list is 1). You can use this number in a formula or
macro to return the actual item from the input range.

For example, if a combo box is linked to cell C1 and the input range for the
list is D10:D15, the following formula returns the value from range D10:D15
based on the selection in the list:

=INDEX(D10:D15,C1)
i use choose(c1,d10.d11,d12,d13,d14,d15)
--
paul

remove nospam for email addy!



"paul" wrote:

you dont ned a macro to conrol a forms toolbar combo.The number of lines is a
property you can adjust in the format control menu when you right click on
the combo box.To make a forms combo box functional you need to use an index
or choose formula using the cell link to choose from your list
--
paul

remove nospam for email addy!



"Leith Ross" wrote:


Hello Brettjg,

Not possible using Data Validation. You can do it by placing a Forms
Toolbar Drop Down or Controls Toolbox ComboBox (ActiveX control) on the
worksheet and writting the macro code to do both the validation and
extending the number drop down of lines.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile:
http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=551733


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
Excel dropdown with text and value mr. App Excel Worksheet Functions 2 December 27th 05 03:15 AM
Open an excel file but it does not display Fred Zack Excel Discussion (Misc queries) 3 December 21st 05 06:45 PM
?? Extra blank lines in 'address' cell after exporting to Excel Hadyn Pkok Excel Discussion (Misc queries) 4 April 15th 05 11:34 PM
Excel workbook fails to display when selecting from my documents. 4jjgolly Excel Worksheet Functions 1 March 9th 05 12:48 AM
Add more lines and more columns in Excel Marc Charbonneau Excel Worksheet Functions 3 January 20th 05 03:44 AM


All times are GMT +1. The time now is 09:33 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"