Dictionary.Set

Stores a key and item pair.

Syntax Parameters Return Value
Sub Dictionary.Set( _
    Key As Variant, _
    Item As Variant)
  • Key [in]

Type: Variant

  • Item [in]

Type: Variant

This function does not return a value.