ComboBox

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
 
S

Sue Mosher [MVP-Outlook]

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top