View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Sowell Ed Sowell is offline
external usenet poster
 
Posts: 17
Default Limit for ListBox columns?

I am trying to display a table with 22 columns and about 100 rows in a
ListBox in a User form. When it runs I get the message:

Error 380: Could not set the List property. Invalid property value.

This happens while loading the first row. If I just load about 10 columns it
will load all the rows.

Is there a limit on ListBox columns?

TIA

Ed