I have an array of product specs, declared as type Variant. The 5th column is the price. I am trying to find product pairs according to a set of criteria, including pairs both priced above 6. I am getting runtime error 13, type mismatch in the colored part of below code excerpt:
Dim ws As...