View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
excel_ez excel_ez is offline
external usenet poster
 
Posts: 1
Default maximum number of members in a collection

Hi

I tried to create an Excell2003 VB collection with say 1500-2000 members.
But after 256 members are added, the loop continues WITHOUT ANY ERROR MESSAGE
but no more members are added to the collection

Is it possible that 256 is the limit?

I couldn't find it written down anywhere, but that limit is just too low.

I was just wondering if any of you knows more about this?