How do I change the axis of multiple charts in an Excel Worksheet?

I have dozens of charts in one worksheet and I want to change the x and y axis so that they are all standard.. Is it possible to change them all at once or so you have to do one at a time?

You’re pretty much stuck doing them one at a time. If you know how to program in VBA, it is possible to do them all at once. It’s all a matter of how many you have to do. If it’s <10, you’ll use up less time reformatting each one individually. If you have a lot more than 10, it might be worth it to search the web for VBA code examples others have written to reformat charts en masse.

One Response to “How do I change the axis of multiple charts in an Excel Worksheet?”

  1. I_dun_doodit Says:

    You’re pretty much stuck doing them one at a time. If you know how to program in VBA, it is possible to do them all at once. It’s all a matter of how many you have to do. If it’s <10, you’ll use up less time reformatting each one individually. If you have a lot more than 10, it might be worth it to search the web for VBA code examples others have written to reformat charts en masse.
    References :

Leave a Reply