… = Collection[…] (gb)

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

Returns the value associated with Key.

If nothing is associated, then NULL is returned.