Hi,

I was wondering if there was a way to select an item in a dropdown list via it's .ItemData value as opposed to the .List value..

I know that you can use the following code to select the item via the .List value:

Code:
Combo1 = Combo1.List(1)
How would I select the item via the .ItemData value?

Any help would be appreciated..

Dan