… = Collection[…] (gb)

Dim hCollection As Collection
Dim aVariant As Variant
aVariant = hCollection [ Key As String ]

Devuelve el valor asociado a una clave Key.

Si no hay nada asociado, se devuelve NULL.