Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an existing macro that charts user selected data after perfroming a
few 'conditioning' functions. The macro works for low numbers of data points but does not work for series' with large numbers of data points (30 for example). The data range is read from any Excel workbook into a memory array named thisDataSet. 'thisDataSet' is redimensioned earlier in the macro following elimination of unwanted data points. That part produces the correct array size and the correct data points. I use the following code to populate the chart series values: Charts.Add ActiveChart.SeriesCollection(1).Values = thisDataSet When the macro does not work it always stops at the ActiveChart.SeriesCollection line and gives the message: Run-time error '1004': Unable to set the Values property of the Series class. Any suggestions will be appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Office 2007 can't see chart series values unless chart unprotec | Charts and Charting in Excel | |||
chart from pivot data does not update x-axis bar chart values - bug | Excel Discussion (Misc queries) | |||
Troubles with asigning x values and values to a chart | Excel Discussion (Misc queries) | |||
Huge differences in chart values screws my bar chart scale up. | Charts and Charting in Excel | |||
Can I obtain x values from y values on an Excel chart? | Charts and Charting in Excel |