I have become aware of the 8 row limits [without scrolling] in a dropbox list. Apparently a combobox approach overcomes this limitation.
I have an example that works but I need help to modify it.
In attached file, “J” is the list for “B” and “L” for “C”.
If you select cell and click arrow, you get the Limitation 8 rows visible without scrolling, but if you double click cell a box drops down which exceeds this 8 row limitation, “B” shows 7 rows [only 7 rows in list “J”] and “C” shows all 12 rows in “L”. This is fine but I need to modify this.
I need to:
1) increase “C” from 12 rows to 15 rows, or any other drop down list screen in the future.
2) add “D” from list “N” with adequate rows visible.