Hi,
I managed to retrieve several "point" properties but couldn't figure out how to retrieve a point's value.
Here is a piece of my code:
![]()
ActiveChart.SeriesCollection(2).Points(3).Select With ActiveChart.SeriesCollection(2).Points(2) MsgBox .MarkerBackgroundColorIndex MsgBox .MarkerForegroundColorIndex MsgBox .MarkerStyle MsgBox .MarkerSize End With
BUT when I try: MsgBox .MarkerValue I get 'Runtime error 438' - object doesn't support...
Is there any workaround ?
Thanks, Elm
Bookmarks