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