Paulfakins
New Member
- Joined
- Oct 9, 2003
- Messages
- 29
I have a user form in which the user selects a part# from a 4 column combo box (part#, description, cost, labor) I have been able to put the CboBox.value and cboBox.listindex.value directly into worksheet cells. Is there a way to load the information from the other columns into the worksheet as well?
What I want is when the user chooses a part number the worksheet is automatically filled with all 4 columns of data. I have previously done this with the Index function on the worksheet, using the listindex.value to lookup the info in the parts database, but I would prefer to do it in VBA if possible
What I want is when the user chooses a part number the worksheet is automatically filled with all 4 columns of data. I have previously done this with the Index function on the worksheet, using the listindex.value to lookup the info in the parts database, but I would prefer to do it in VBA if possible