Return a 1-based string array containing the keys of all elements matching the specified value. If UBound() of the returned array is 0, then no elements were found.
If three keys were returned, then the array data occupies indexes 1 to 3.
The value to match
Dim sarr() As String sarr = TestDict.GetKeyArrayForValue(3)