I would like to create a combobox which has search field and able to index the items in it.
For example if I press b, it will immediately suggest all items starting with letter b.
Is this possible in vba? If yes, can you please tell me how? -- And an extra question, can I do this not using a form? --