How can I copy a chart from excel into a pages document

Exactly what it says on the tin.

I’ve been able to copy the chart. I just can’t figure out how to paste it:


			activate object worksheet "Sheet5"
			tell active sheet
				
				chart objects --Outputs to results window which charts are available on the sheet
				set myNewChart to (item 1 of chart objects of active sheet)
				
				
			end tell

But how can I then get the chart into a pages document?