Chart Zoom problem

aochan

New Member
Joined
Jan 11, 2016
Messages
2
Hi everybody,
I created a number of charts as independent worksheet in a workbook, and I want to zoom them to the same magnification in the end. This should be fairly straight-forward using the code

ActiveWindow.Zoom = 125

However, the charts always resizes to "fit-to-window" every time I click on them after it's done, which is really annoying.

I've tried writing the above code (ActiveWindow.Zoom = 125) in several different ways such as a sub/private sub, or inserting it at the time of creating the charts/by the time the charts are created, but none of them helped solving the issue.
Anybody have a clue??

Thanks in advance!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top