In excel when we type =Se, it will give a list of formulas starting with "se".
I want to replicate this feature as a autofill.
Problems: multiple columns, each having different lists for autofill (Company Name, Location, Country) and each has more than 3000 records.
Solution i've made.: on cell selection, i paste a textbox on top of the cell. and as and when user types below a listbox will get filled. thus giving the user options he can choose from.
![upload_2014-8-7_13-15-23.png upload_2014-8-7_13-15-23.png](https://chandoo.org/forum/data/attachments/9/9160-c4b664b72b67130e9e22438f3ac786de.jpg)
there is a delay in populating the listbox, hiding and showing the text box.
Is there anyway i can replicate the functionality that excel has when a user starts typing in a cell, it'll give a dropdown list box to select from.?
I want to replicate this feature as a autofill.
Problems: multiple columns, each having different lists for autofill (Company Name, Location, Country) and each has more than 3000 records.
Solution i've made.: on cell selection, i paste a textbox on top of the cell. and as and when user types below a listbox will get filled. thus giving the user options he can choose from.
![upload_2014-8-7_13-15-23.png upload_2014-8-7_13-15-23.png](https://chandoo.org/forum/data/attachments/9/9160-c4b664b72b67130e9e22438f3ac786de.jpg)
there is a delay in populating the listbox, hiding and showing the text box.
Is there anyway i can replicate the functionality that excel has when a user starts typing in a cell, it'll give a dropdown list box to select from.?