Dictionary in VBA is created with empty key value pair
After creating a new dictionary: Dim teams as Dictionary Set teams = New Dictionary I noticed that it already contains empty key - value pair (teams.Count returns value of 1). How can I prevent this