I have collected curves for as many different brands of a single product on the market as possible, and I have each one on a separate excel worksheet named for the corresponding product (i.e. a workbook named Hoover with a different vaccuum on each sheet, a Kirby workbook, etc).
My problem is that I need to be able to easily plot any number of these curves on a single graph in a different workbook for comparison purposes.
Would it be possible to have the names of each of these vaccuums (corresponding to the names of each sheet) in one column, with an embedded chart that would plot the curve or curves when the user selected the name? I had heard that a Selection_Change event would work for this, but I have no idea how to write the code.
My problem is that I need to be able to easily plot any number of these curves on a single graph in a different workbook for comparison purposes.
Would it be possible to have the names of each of these vaccuums (corresponding to the names of each sheet) in one column, with an embedded chart that would plot the curve or curves when the user selected the name? I had heard that a Selection_Change event would work for this, but I have no idea how to write the code.