I want to make copies of existing charts, 6 charts to a page. At present I copy each chart in turn, paste it into the new sheet, then resize it to 5 columns wide and 20 rows high using the drag handle and holding down the Alt key. This is tedious as I have dozens of them and the project is ongoing. I have tried recording a macro, but this calls the chart by name, eg. ActiveSheet.Shapes(“Chart 1”), which is useless for subsequent charts, I have tried changing this to ActiveSheet.ActiveChart but the XL says ‘Object doesn’t support this property or method’. Can anyone help please? The macro should leave the top left corner of the chart where it is pasted and adjust the chart size to 5 columns by 20 rows, aligning with the sheet gridlines.
TIA