Excel VBA-Search and display in textbox

F

faiz123

Hi all,
I've been using userforms for the last few weeks and it really enhanc
my spreadsheet. Anyway I've been trying to write some codes which i
going no where. I've got a database(Database1.xls) where columnA i
"Part Number", columnB is "Process" and columnC is "Parameters".
The problem is I need to search an entry in textbox1(User input o
"Part Number") and return match values in textbox2-textbox
("Parameters"), there are be multiple parameters for each Parts(1-4)
I've used array vlookups and is a success but now I need it in th
userforms instead of display in spreadsheet cells. Any solutions
 
Top