Why does this line below doesn't work?
ActiveSheet.Shapes.AddChart2(204, xlColumnClustered).Select
but this one do
graphe_clos.Cells(2, 1).Select
ActiveSheet.Shapes.AddChart2(204, xlColumnClustered).Select
And i intend to create multiple chart and pivot table on the same sheet so do i need to always specify a cell?