Forum Discussion
rajforu2k6
13 years agoOccasional Contributor
Hi there,
I am also facing similar situation, Can any one please suggest how to proceed ? I have already tried below method but it didn't work.
I am also facing similar situation, Can any one please suggest how to proceed ? I have already tried below method but it didn't work.
Function SelectOwnerDrawnItem(ComboBox, Text) For i = 0 to ComboBox.Items.Count-1 Set Item = ComboBox.Items.Item(i) If Item.OleValue = Text Then ComboBox.ClickItem(i) SelectOwnerDrawnItem = True Exit For Else SelectOwnerDrawnItem = False End If
Regards,
Raj