hi, i am doing a loop that will stores all the combinations into a listbox, however, it has more than 32767 items, what should i do?

i did thought of using array, but i need it to be displayed and also need the index of the listbox for some calculations.

anyway i can change the listbox's .listcount maximum into 999999 ?