I want to set the secondary axis to the same value as the Y axis....this
code modifes the Y axis, but how to reference the secondary axis?
Me![Graph0].Object.Application.Chart.axes(2).maximumscale = 7
Thanks
Dale
Dale - 23 Jul 2005 06:35 GMT
Thanks all, I figured it out
Me![Graph0].Object.Application.Chart.axes(2,2).maximumscale = 7
>I want to set the secondary axis to the same value as the Y axis....this
>code modifes the Y axis, but how to reference the secondary axis?
[quoted text clipped - 3 lines]
> Thanks
> Dale