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:
How would I select the item via the .ItemData value?Code:Combo1 = Combo1.List(1)
Any help would be appreciated..
Dan


Reply With Quote