I often use the Value pairs in a combo box, and easily get the ‘value’ from the current index. I have also used the IndexOf to check if a certain item is in the list, but that checks the Name side not the Value side.
Is there a way to check if an item is in the Value side of a combobox?