Hi,
I am creating a chart in excel 2007 from access VBA 2007. It works very well. The only point I could not program, is changing the Axis Title color. I tried:
With appExcel
.ActiveChart.Axes(xlCategory).AxisTitle.Font.Color = vbCyan
End With
and I get "Object doesn't support this property or method"
Any clues anyone? thank you in advance.
I am creating a chart in excel 2007 from access VBA 2007. It works very well. The only point I could not program, is changing the Axis Title color. I tried:
With appExcel
.ActiveChart.Axes(xlCategory).AxisTitle.Font.Color = vbCyan
End With
and I get "Object doesn't support this property or method"
Any clues anyone? thank you in advance.