I want to retrieve the coordinates of a point in an excel chart (scatterplot). I manually select the point (click series > click point). I want to use the coordinates, so the tooltip is not wat i want. In VBA in can find the X-Coordinate through Selection.DataLabel.Text, but I cannot retrieve the Y-coordinate.