How to reference the secondary axis?

  • Thread starter Thread starter Dale
  • Start date Start date
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
 
Thanks all, I figured it out
Me![Graph0].Object.Application.Chart.axes(2,2).maximumscale = 7
 
Back
Top