Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I've got a problem that is driving me up the wall. All my searches have proved fruitless, so I'm hoping someone smarter can answer my question, or point me to a post that answers it. I've trying to change the data source of a chart in VBA. All the previous code used: ActiveChart.SeriesCollection.Count I'm trying to use an actual reference to the chart so it doesn't have to be selected. What I can't do is reference the SeriesCollection of the chart. Everything I try gets me a "subscript out of range" error. It would look like this: Worksheets(SHEETNAME).ChartObjects(1).Chart.Series Collection.Count Or so I thought. This isn't a chart IN a worksheet, but a chart that IS a worksheet. I can't find any way to point to the chart without selecting the chart and using ActiveChart. Recording a macro isn't helping, it used ActiveChart as well. Any ideas you might have are appreciated. I'll try anything. Thanks, Jay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
chart Label text referencing worksheet cell value | Charts and Charting in Excel | |||
CountIF() in Worksheet B while referencing cells in Worksheet A | Excel Worksheet Functions | |||
CountIF() in Worksheet B while referencing cells in Worksheet A | Excel Worksheet Functions | |||
Referencing worksheet CODENAME in a chart object. | Excel Discussion (Misc queries) | |||
Referencing worksheet CODENAME in a chart object. | Excel Programming |