I have a dynamic range (ProdList) which has two columns (Category and Product).
Adjacent to each Category is a Product. Each Category can have multiple Products.
A Category is entered into cell A1 and then a userform (with the same name as the Category) is opened. I want the combobox (cmbProd), within the userform, to list only the Products that are adjacent to the matching Categories.
How can I do this? Thanks Sandy
Bookmarks