vba - Create a list from Table -


i managed enter data database via form; works charm.

now, need, lookup function (preferably not form), can search table on worksheet.

let's say, have edit field or cell, in enter term shall looked in column on table in worksheet. list of entries contain word , value cell (an id).

example:

search term: tom

table:

tim | 2 tom | 3 tommy | 5 

the list should show tom , tommy , respective ids, tried didn't turn out intended (mostly didn't work @ all)...


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -