Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I have some code that set the range for two series charts on one worksheet.
The charts are embedded on a worksheet, and the ranges xV, xX and xT are set within the code and are valid references pointing to the data required. My problem is I get 'Unable to set the values property of the series class' error when setting SeriesCollection(2), collection(1) works OK, I have tried setting SeriesCollection(2) to the range xV which I know works for SeriesCollection(1), so nothing wrong with the range. SeriesCollection(2) does exist in the chart and if I set the chart data range manually it works OK! I am obviously not applying the range correctly - please help. Dim mCh as ChartObject Dim xV as Range, xX as Range, xT as Range For Each mCh in ChartObjects ' code that sets xV, xX and xT removed for clarity mCh.Activate ActiveChart.SeriesCollection(1).Values = xV ActiveChart.SeriesCollection(1).XValues = xX ActiveChart.SeriesCollection(2).Values = xT '<==== error on this line Next -- Regards, Nigel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
chart from pivot data does not update x-axis bar chart values - bug | Excel Discussion (Misc queries) | |||
Chart Update | Excel Discussion (Misc queries) | |||
Update 2nd Chart | Charts and Charting in Excel | |||
Chart Update Help | Excel Discussion (Misc queries) | |||
Do not update chart | Excel Discussion (Misc queries) |