Like Item() but if there is no element with the specified key, just returns Null rather than throwing an error.
The key
Expect an object, so if no object is found, Set the return value to Nothing rather than assigning it to Null
Debug.Print TestDict.ItemNoErr("Nicaragua") ' the value is scalar
Set v = TestDict.ItemNoErr("Nicaragua") ' the value is an object