View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg Wilson[_4_] Greg Wilson[_4_] is offline
external usenet poster
 
Posts: 218
Default newbie: Getting the X and Y positions

Have you considered simply adding a new series containing
the two points - one from each of the existing series?
This series would not have markers, just the straight line
type. This would in effect draw a line between the two
series.

Regards,
Greg