Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a collection object and it seems limited to 256 items. How is it possible to increase this limit ? thanks a lot, Al. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a collection object and it seems limited to 256 items. How is it possible to increase this limit ? Sub test() Dim i As Long Dim col As Collection Set col = New Collection For i = 1 To 20000 col.Add i, CStr(i) Next MsgBox col("20000") End Sub Is there something special about your particular collection Regards, Peter T |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's a simple collection with 21000 records...nothing special
Peter T wrote: Hi, I have a collection object and it seems limited to 256 items. How is it possible to increase this limit ? Sub test() Dim i As Long Dim col As Collection Set col = New Collection For i = 1 To 20000 col.Add i, CStr(i) Next MsgBox col("20000") End Sub Is there something special about your particular collection Regards, Peter T |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alain
How are you creating your collection? Can you post the code you have? Richard --== Alain ==-- wrote: It's a simple collection with 21000 records...nothing special Peter T wrote: Hi, I have a collection object and it seems limited to 256 items. How is it possible to increase this limit ? Sub test() Dim i As Long Dim col As Collection Set col = New Collection For i = 1 To 20000 col.Add i, CStr(i) Next MsgBox col("20000") End Sub Is there something special about your particular collection Regards, Peter T |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am beginning to wonder if Alain is a real person or a virus.
"RichardSchollar" wrote: Alain How are you creating your collection? Can you post the code you have? Richard --== Alain ==-- wrote: It's a simple collection with 21000 records...nothing special Peter T wrote: Hi, I have a collection object and it seems limited to 256 items. How is it possible to increase this limit ? Sub test() Dim i As Long Dim col As Collection Set col = New Collection For i = 1 To 20000 col.Add i, CStr(i) Next MsgBox col("20000") End Sub Is there something special about your particular collection Regards, Peter T |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry but i'm not a virus !
JLGWhiz wrote: I am beginning to wonder if Alain is a real person or a virus. "RichardSchollar" wrote: Alain How are you creating your collection? Can you post the code you have? Richard --== Alain ==-- wrote: It's a simple collection with 21000 records...nothing special Peter T wrote: Hi, I have a collection object and it seems limited to 256 items. How is it possible to increase this limit ? Sub test() Dim i As Long Dim col As Collection Set col = New Collection For i = 1 To 20000 col.Add i, CStr(i) Next MsgBox col("20000") End Sub Is there something special about your particular collection Regards, Peter T |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
template for dvd collection | Excel Discussion (Misc queries) | |||
Collection Key | Excel Programming | |||
Nested IF limit or Open parentheses limit | Excel Discussion (Misc queries) | |||
Collection | Excel Programming | |||
sheet collection | Excel Programming |