Chart.Move (Excel)
Moves the chart to another location in the workbook.
If you don't specify either Before or After, Microsoft Excel creates a new workbook that contains the moved chart.
ActiveChart.Move
Arguments
Optional arguments
The following arguments are optional
Before (Object) - The sheet before which the moved chart will be placed. You cannot specify Before if you specify After.
After (Object) - The sheet after which the moved chart will be placed. You cannot specify After if you specify Before.