Returns the value of the Dictionary element with the specified key
The key
Don't print any error message if an error is thrown, just return Null
Debug.Print TestDict.Item("Nicaragua") ' the value is scalar Set v = TestDict.Item("Nicaragua") ' the value is an object