I have charted a couple of spirals on a worksheet and now want to connect the the corresponding points between each spiral with a line. There are 700 points in each spiral, not something I want to set up manually. Can I write a macro that selects the chart, reads a pair of coordinates from each spiral and then draws the connecting line? I can see a FOR...NEXT loop as the outer control loop and reading the data with a Cells(row, col).Value statement. The selecting and drawing the line has me stumped.