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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top