B
bebe1310
Guest
Bonjour,
Je souhaite mettre à jour un graphique grace a cette macro
mais j'ai un probleme avec la variable "choix" qui represente le nom d'une feuille
Pouvez-vous m'aider?
Merci par avance
ActiveSheet.ChartObjects("Graphique 9").Activate
ActiveChart.ChartArea.Select
ActiveChart.SeriesCollection.NewSeries
y = ActiveChart.SeriesCollection.Count
ActiveChart.SeriesCollection(y).Values = "=" & choix & "'!R13C10"
ActiveChart.SeriesCollection(y).Name = "=" & choix & "'!R1C9"
Je souhaite mettre à jour un graphique grace a cette macro
mais j'ai un probleme avec la variable "choix" qui represente le nom d'une feuille
Pouvez-vous m'aider?
Merci par avance
ActiveSheet.ChartObjects("Graphique 9").Activate
ActiveChart.ChartArea.Select
ActiveChart.SeriesCollection.NewSeries
y = ActiveChart.SeriesCollection.Count
ActiveChart.SeriesCollection(y).Values = "=" & choix & "'!R13C10"
ActiveChart.SeriesCollection(y).Name = "=" & choix & "'!R1C9"