Hi All,
I have created a workbook that summarizes a variety of data. It creates 'charts' based on data on 'worksheets'. I'd like to set the zoom on the 'charts' window (not the pagesetup for printing) but am not having luck and when it does work, it leaves an Excel Process running....
Code I was trying was something like:
ActiveChart.Window.Zoom = 75
Also tried:
objBook.Charts(ChartName).Zoom = 75
Any help would be appreciated...
Thanks,
Tyler
I have created a workbook that summarizes a variety of data. It creates 'charts' based on data on 'worksheets'. I'd like to set the zoom on the 'charts' window (not the pagesetup for printing) but am not having luck and when it does work, it leaves an Excel Process running....
Code I was trying was something like:
ActiveChart.Window.Zoom = 75
Also tried:
objBook.Charts(ChartName).Zoom = 75
Any help would be appreciated...
Thanks,
Tyler