gemcgraw
Board Regular
- Joined
- Mar 11, 2011
- Messages
- 72
I'm writing a routine for a small auto-body repair business. They have a massive workbook loaded with data from online catalogs. Each sheet is broken down by Vendor, Inventory, etc. They would like to select a particular vendor in ComboBox1 (Sheet = Vendor) and then the ListBox populates with Part Descriptions (Sheet= Inventory, column B) and the Price (Sheet = Inventory, Column C).
User selects a vendor in ComboBox1 (populated from the Vendor sheet). I need to do a search on the Inventory sheet in column C. If any cell in C2:C (last row) matches the value of ComboBox1, then the Listbox1 should be populated with the values in columns B & D of the Inventory Sheet... repeating until the last row is reached on the Inventory sheet.
UserFormVendor.ComboBox1
UserFormInventory.ListBox1
User selects a vendor in ComboBox1 (populated from the Vendor sheet). I need to do a search on the Inventory sheet in column C. If any cell in C2:C (last row) matches the value of ComboBox1, then the Listbox1 should be populated with the values in columns B & D of the Inventory Sheet... repeating until the last row is reached on the Inventory sheet.
UserFormVendor.ComboBox1
UserFormInventory.ListBox1