M
Michael Weiss
I need to change the color of the text in the caption for
a series in an OWC 10 chart. So far I have:
Set cht = cspace.charts(3)
With cht
..SeriesCollection(0).Caption = "CPM"
..SeriesCollection(0).Caption.Font.Color = "#336699"
End With
No matter what I try on the second line referencing the
SeriesCollection(0) above I can not seem to get to the
color of the text in the caption to set it. Any help
would be greatly appreciated.
Thank you,
Michael
a series in an OWC 10 chart. So far I have:
Set cht = cspace.charts(3)
With cht
..SeriesCollection(0).Caption = "CPM"
..SeriesCollection(0).Caption.Font.Color = "#336699"
End With
No matter what I try on the second line referencing the
SeriesCollection(0) above I can not seem to get to the
color of the text in the caption to set it. Any help
would be greatly appreciated.
Thank you,
Michael