In excel, I have graphed my data using a scatter plot. I now want to write a macro to draw lines between certain data points on the graph. Here is my problem. How do I relate the graph’s coordinate system and my data? I believe the ActiveChart.Shapes.AddLine command uses twips for coordinates. Is there an easy way to identify my plotted points in this coordinate system? Thank you.