View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chaplain Doug Chaplain Doug is offline
external usenet poster
 
Posts: 127
Default Questions About ComboBox

My problem was that I was setting ListRows to the number of items in the list
each time, so there was no scroll and lots of items off the screen. I
hardcoded ListRows=12 and I get the scroll bar. Thanks.

"Chip" wrote:

Do you have the range in the list fill set to encompass all 70 items?
You can check by right clickin on the drop downFormat Control, and
seeing the input range. If the answer is yes, then post your code.