Hi,
It depends how you are populating the listbox.
Using additem the limit is 9
Using RowSource 256
Using variant array unlimited
The draw back of the Rowsource is you can not change the listbox entry
directly. Instead you change the linked cell.
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Dan" wrote in message
...
Is there a restriction on how many colums you can display.
I manage to display only up to 10, even after changing the BoundColumn and
BoundCount property to 17.