|
|
Question : Maximum rows in a List box
|
|
Does anybody know what is the maximum number of rows in a Llist box? I have a problem only for one office that returns 612 records. I am populating the list box via vba.
|
Answer : Maximum rows in a List box
|
|
> I am populating the list box via vba.
I'm fairly confident the problem is in your list fill function. Do you write a list as "value list", or do you use the special "list fill function"? In the first case, you can have problems with separators, e.g.: 1;'Jones';2;'O'Connor' (the quote breaks your list). In the second case, you might have a problem in your logic.
Anyway, could you explain what problem you encounter exactly, and perhaps show us your VB code?
(°v°)
|
|
|
|
|