VbWriter13
New Member
- Joined
- Mar 17, 2011
- Messages
- 9
Hey-o!
This seems like a simple issue...something similar to my previous postings.
I have created a UserForm with 4 ComboBox selections and 2 Textbox inputs. From the selections/inputs, I want match the information against the information in the spreadsheet in order to populate another TextBox in the same Userform with information from the spreadsheet underneith.
EX - Spreadsheet
Number | Part | Manufacturer | Application | Color | Size | Width
1473184 | Arm | Hinkley | Water | Red | M | 1254
8455137 | Leg | Bower | Air | Blue | L | 4568
The goal is to select a Part, select a Manufacturer, select an Application, select a Color, input a Size, and input a Width from which the Number will appear in the TextBox.
Thanks in advance for all the help.
Hope this is enough info.
This seems like a simple issue...something similar to my previous postings.
I have created a UserForm with 4 ComboBox selections and 2 Textbox inputs. From the selections/inputs, I want match the information against the information in the spreadsheet in order to populate another TextBox in the same Userform with information from the spreadsheet underneith.
EX - Spreadsheet
Number | Part | Manufacturer | Application | Color | Size | Width
1473184 | Arm | Hinkley | Water | Red | M | 1254
8455137 | Leg | Bower | Air | Blue | L | 4568
The goal is to select a Part, select a Manufacturer, select an Application, select a Color, input a Size, and input a Width from which the Number will appear in the TextBox.
Thanks in advance for all the help.
Hope this is enough info.