Hi all,
I am in the process of creating a "Graphs" sheet that will have approximately 25 charts on it. I wanted to spread the charts out but the user wants them all on one sheet so there it is. Anyhow, for each chart, there is a range of cells that are filled with a colour/color to backdrop each chart. What I want to have done is: upon click of backdrop cells, zoom to 70; when click again, zoom out to 25. This way, when the user wants to look at a specific chart, he/she can click and zoom; when he/she is finished looking at the chart, he/she can click and zoom out. Is this possible? I've been playing around with the Zoom method but so far I can only get it to work like this:
This way does not zoom in on a specific area or user click.![]()
ActiveWindow.Zoom = 70
As always, input is greatly appreciated.
Bookmarks