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.
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.
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.?