Quote Originally Posted by Pradeep1210
I faced a similar problem in the past and this is how it was resolved:
[Resolved] How To Retrieve Keys from Collection?


Pradeep
That's the same as my example, using an array...
Except the first item in your array is never used
Dim sCollectionData(2)
is the same as sCollectionData(0 to 2) which is 3 items