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
Post a Comment