The information about these VBA.Collection-related structs which jbarnett74 posted at the top,
were new to me, so if somebody (Bonnie?) has more information about the origination of these structs,
who has used/posted them first in a VB (or C++ context), would be nice.

It's quite interesting, since they allow a simple wrapping of the VB-Collection in a decent manner
(which avoids most of its pitfalls, and could have been implemented this way by the MS-devs
who wrote the VBA-collection, already in the first place).

Have put an implementation (which incorporates these Structs) for a "better VB-Col" now into the Codebank:
http://www.vbforums.com/showthread.p...Indexed-Access

Olaf