DashBoarder
New Member
- Joined
- Sep 9, 2014
- Messages
- 9
Greetings to all!
Excel 2010
Win7 Ultimate SP1
I'm working on some dashboards using embedded charts. I know how to access a chart by first activating it, then using ActiveChart to modify it, e.g....
ActiveSheet.ChartObjects("TestChart2").Activate
ActiveChart.SeriesCollection.NewSeries
ActiveChart.SeriesCollection(2).Name = "=Sheet2!$R$2"
...
But is there a way to access a chart directly, by name, without having to first activate it? If possible, I prefer to interact with entities by name rather than selecting or activating them first.
Thanks!
Excel 2010
Win7 Ultimate SP1
I'm working on some dashboards using embedded charts. I know how to access a chart by first activating it, then using ActiveChart to modify it, e.g....
ActiveSheet.ChartObjects("TestChart2").Activate
ActiveChart.SeriesCollection.NewSeries
ActiveChart.SeriesCollection(2).Name = "=Sheet2!$R$2"
...
But is there a way to access a chart directly, by name, without having to first activate it? If possible, I prefer to interact with entities by name rather than selecting or activating them first.
Thanks!