T
ThatFella
i have a set of procedures that output multiple charts to a particular
worksheet. At the moment all the charts are centered on the sheet on
top of each other. I'm thinking this is a long shot, but is there a
way to automatically (and programmatically) arrange these charts on the
page? Kind of like what Windows/Arrange.../Tiled does for workbooks?
I think more realistic would be doing the math myself to arrange the
charts. So to that end, how would I find the size of the visible area
of the spreadsheet (the part not including the toolbars, menu bar, etc
etc). I would use this to set the Top, Left, Height, Width properties
of the charts.
Anyone have a better way of doing this or already have some code that
does something similiar? Thanks a lot guys.
worksheet. At the moment all the charts are centered on the sheet on
top of each other. I'm thinking this is a long shot, but is there a
way to automatically (and programmatically) arrange these charts on the
page? Kind of like what Windows/Arrange.../Tiled does for workbooks?
I think more realistic would be doing the math myself to arrange the
charts. So to that end, how would I find the size of the visible area
of the spreadsheet (the part not including the toolbars, menu bar, etc
etc). I would use this to set the Top, Left, Height, Width properties
of the charts.
Anyone have a better way of doing this or already have some code that
does something similiar? Thanks a lot guys.