I need to return the value of a data point in a chart to compare it to a known value and display a data label if it is over a certain threshold in PowerPoint.
This post explains how to do it in excel, but .values doesn't appear to be in the ppt object model.
Determining the value of a point in Excel VBA
I know there is .points(i), but that doesn't seem to be able to return the actual value of the point.
Any help is appreciated.
Thanks, Brian