I have a simple collection which typically holds the following:


HTML Code:
Value       Key
125434    J
544334    H
All I want to do is to loop through it and look for H and if I find H I want to display 544334.
If there is no match then I want to ignore and break out.

I know this sounds easy but this old VB6 stuff is driving me nutty :-(