Hi there,
Is there any way to set the position of the yellow point of the autoshape in the picture. So that it will always be at the position of the last point of the trend chart, which is the blue dot. Maybe any1 knows how to obtain the axis position of the last blue dot in my chart, that would slove my problem too.
As far as i know, i can only set the position of the yellow dot by these two lines, the numbers are controling the x and y axis.
Selection.ShapeRange.Adjustments.Item(1) = 0.9613
Selection.ShapeRange.Adjustments.Item(2) = -0.3333
Is there any way to set the position of the yellow point of the autoshape in the picture. So that it will always be at the position of the last point of the trend chart, which is the blue dot. Maybe any1 knows how to obtain the axis position of the last blue dot in my chart, that would slove my problem too.
As far as i know, i can only set the position of the yellow dot by these two lines, the numbers are controling the x and y axis.
Selection.ShapeRange.Adjustments.Item(1) = 0.9613
Selection.ShapeRange.Adjustments.Item(2) = -0.3333