Hi All,
I'm trying to develop a Userform to capture defects detected in an electronic manufacturing plant.
Userform (below):
I have managed to set up dependent combo boxes that helps to identify the customer and part number.
I would like the Assembly Description to be populated in a textbox of the userform.
Here is a sample of the Excel table that I'm using to populate the combo boxes and would like to populate the Assembly Description based on the Customer and Assembly No. chosen.
Bear in mind that the Assembly Descriptions are not in a single column but in various columns, based on the Customer selected and based on the row selected for the Assembly No.
For example, I would like to have the textbox for Assembly Description populated (as such):
Customer Assembly No. Assembly Description
Mr Krabs MK-006 Sunglasses
I need help here 'cos I'm lost for the vba code.
I don't know whether I should use VLOOKUP or ADVANCED FILTER.
I'm trying to develop a Userform to capture defects detected in an electronic manufacturing plant.
Userform (below):
I have managed to set up dependent combo boxes that helps to identify the customer and part number.
I would like the Assembly Description to be populated in a textbox of the userform.
Here is a sample of the Excel table that I'm using to populate the combo boxes and would like to populate the Assembly Description based on the Customer and Assembly No. chosen.
Bear in mind that the Assembly Descriptions are not in a single column but in various columns, based on the Customer selected and based on the row selected for the Assembly No.
For example, I would like to have the textbox for Assembly Description populated (as such):
Customer Assembly No. Assembly Description
Mr Krabs MK-006 Sunglasses
I need help here 'cos I'm lost for the vba code.
I don't know whether I should use VLOOKUP or ADVANCED FILTER.