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...