Collection[…] = … (gb)

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

Associates a value with Key.

If the value is NULL , then the current value associated with Key is removed from the collection if it exists.