C
Carolyn Schmidt
Hi,
I hope someone can help me. I have an Excel template that
I drop data into from Access. There is a chart in Excel
referring to the data. The new data shows up in the source
ranges without any problem.
But the charts maximum scale and major unit are not
appropriate to the data.
I've tried using this type of reference:
ActiveSheet.ChartObjects("Chart 3").Axes
(xlValue,xlPrimary).MaximumScale = x
But I get an error message that says "object doesn't
support this property or method".
That tells me I haven't refered to the object correctly.
Can someone suggest how I might refer to the axes on a
Excel chart from Access?
Thanks,
Carolyn
I hope someone can help me. I have an Excel template that
I drop data into from Access. There is a chart in Excel
referring to the data. The new data shows up in the source
ranges without any problem.
But the charts maximum scale and major unit are not
appropriate to the data.
I've tried using this type of reference:
ActiveSheet.ChartObjects("Chart 3").Axes
(xlValue,xlPrimary).MaximumScale = x
But I get an error message that says "object doesn't
support this property or method".
That tells me I haven't refered to the object correctly.
Can someone suggest how I might refer to the axes on a
Excel chart from Access?
Thanks,
Carolyn