COMBO1.STYLE = 0
IF INSTR(1, Names$(i%), combo1.text) > 0 Then
' Here i would like to display the list of names having text
with letter B As soon i type B the list should dropdown
with list of B
END IF
Printable View
COMBO1.STYLE = 0
IF INSTR(1, Names$(i%), combo1.text) > 0 Then
' Here i would like to display the list of names having text
with letter B As soon i type B the list should dropdown
with list of B
END IF
Are you looking to replace the values in the combo box with only those that start with "B"?, or just start move the cursor down the list to the B's?
the combo will automatically jump to the selected character.
Try this.