Hello,
I tried some vba examples but couldn't quite get the following to work.
I have about 50 charts per sheet on a worksheet.
Is it possible to change the y axis for the 50 sheets on a sheet with vba, without affecting the other sheets?
Right now for example, I have
MIN: 0
MAX: 50
MAJOR UNIT: 25
need to change to:
MIN: 2000
MAX: 5000 (or auto)
MAJOR UNIT: 500
Thank you.
I tried some vba examples but couldn't quite get the following to work.
I have about 50 charts per sheet on a worksheet.
Is it possible to change the y axis for the 50 sheets on a sheet with vba, without affecting the other sheets?
Right now for example, I have
MIN: 0
MAX: 50
MAJOR UNIT: 25
need to change to:
MIN: 2000
MAX: 5000 (or auto)
MAJOR UNIT: 500
Thank you.