rodich Registered User. Local time Today, 09:48 Joined Nov 24, 2009 Messages 20 Apr 1, 2010 #1 Hi, all I have some drop down list. In the list I view only 8 rows. How I can view 24 rows, for example
Hi, all I have some drop down list. In the list I view only 8 rows. How I can view 24 rows, for example
HiTechCoach Well-known member Local time Today, 01:48 Joined Mar 6, 2006 Messages 4,357 Apr 1, 2010 #2 Try setting the List Rows property for the combo box.
chergh blah Local time Today, 07:48 Joined Jun 15, 2004 Messages 1,414 Apr 1, 2010 #3 HiTechCoach said: Try setting the List Rows property for the combo box. Click to expand... he's using a data validation drop down not a combo box. In answer to the OP's question; you can't change the number of items displayed by the data validation drop down. See http://www.contextures.com/xlDataVal11.html for a workaround.
HiTechCoach said: Try setting the List Rows property for the combo box. Click to expand... he's using a data validation drop down not a combo box. In answer to the OP's question; you can't change the number of items displayed by the data validation drop down. See http://www.contextures.com/xlDataVal11.html for a workaround.
rodich Registered User. Local time Today, 09:48 Joined Nov 24, 2009 Messages 20 Apr 1, 2010 #4 Thank you , gays! I'll try! Happy Easter!
HiTechCoach Well-known member Local time Today, 01:48 Joined Mar 6, 2006 Messages 4,357 Apr 1, 2010 #5 I missed seeing that this was about Ecxel. My answer was for Access.