Even though you can add more than 32786 item to a list, you get an error if you try to access the listitems (list(33000) would produce an error).
How can I make a list with more than 32768 items in?
I know that it sounds like an unpractical long list, but the items are sorted and the list is a quick way to let the user find the item(s) that (s)he want to access.
Sunaj