I have a combo box on a userform that is populated with the list items that are found within a named table range called "PrimaryCustomers":

What I am trying to figure out is some code that if the selection that is made from the combo box ALSO happens to match one of the names that are present in a second named table range (named: "SecondaryCustomers"), then it will do... <will add some value to a cell on a worksheet>
the second named table range: "SecondaryCustomers"

so if the selection made from the combo box was "Customer 8", and since that selection also matches what is found in the named table range "SecondaryCustomers", then it would populate a some value back on different worksheet.
suggestions?
Thank you


What I am trying to figure out is some code that if the selection that is made from the combo box ALSO happens to match one of the names that are present in a second named table range (named: "SecondaryCustomers"), then it will do... <will add some value to a cell on a worksheet>
the second named table range: "SecondaryCustomers"

so if the selection made from the combo box was "Customer 8", and since that selection also matches what is found in the named table range "SecondaryCustomers", then it would populate a some value back on different worksheet.
suggestions?
Thank you