ComboBox

  • Thread starter Thread starter account12
  • Start date Start date
A

account12

Hi Iam using a custom outlook form with a combobox.
I have populated the combobox during the Item_Open() event.

I am using two columns in the comboxbox. The first column has the text
that the user can see, and the second column has the values (hidden
column).

Example:
red 10
blue 20
green 30

So if a user enters "20" a textbox, I want to auto select blue.

Is there a method such as
ComboxBox.SelectedValue

or another method/property?

Thanks
 
Is the combo box bound to an Outlook property? If so, in the scenario you describe, would it store 20 or blue?
 
Back
Top