C
Claude
Hi all
How can I address a specific data point on a chart to give
back the specific (y)value?
the following does not work:
MsgBox (ActiveChart.SeriesCollection(1).Points(1).Value)
How can I address a specific data point on a chart to give
back the specific (y)value?
the following does not work:
MsgBox (ActiveChart.SeriesCollection(1).Points(1).Value)