J Jay B. Harlow [MVP - Outlook] Nov 19, 2003 #3 Crirus, Alternatively you can use: For Each de As DictionaryEntry In myHash Dim o As Object = de.Value 'Dim key As Object = de.Key Next Hope this helps Jay
Crirus, Alternatively you can use: For Each de As DictionaryEntry In myHash Dim o As Object = de.Value 'Dim key As Object = de.Key Next Hope this helps Jay