I have objects that I have grouped. I want to save these grouped items as a png so it can be used later. .
I also pasted a copy of what the image would look partially like when it is saved.
when I have gotten charts to do this properly I used the code:
my grouped objects are referenced in the code below
I also pasted a copy of what the image would look partially like when it is saved.
when I have gotten charts to do this properly I used the code:
VBA Code:
ActiveSheet.ChartObjects("Chart 2").Activate
ActiveChart.Export "O:\OPHS\DE\Stephanie\c19 report\temp saved documents\images of charts\Cumulative Line Charts.png"
my grouped objects are referenced in the code below
VBA Code:
ActiveSheet.Shapes.Range(Array("map")).Select