How to reference the secondary axis?

D

Dale

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
 
D

Dale

Thanks all, I figured it out
Me![Graph0].Object.Application.Chart.axes(2,2).maximumscale = 7
 
Top