Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Plotting a number of series using code below:
For jjj = LBound(XY, 2) To UBound(XY, 2) Set srsNew = chtChart.SeriesCollection.NewSeries With srsNew .name = SeriesName(jjj) .xValues = XY(0, jjj) .Values = XY(1, jjj) After looping through about midway I get an error saying it cant assign values to .xValues. Arrays in the matrix used for source data is all okay containing numbers. Any ideas what could be the source of error message? ojv |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Chart - determining the color of a chart style | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Setting up and Configuration of Excel | |||
Creating a chart(? pie chart) that shows customers,dates and machi | Charts and Charting in Excel | |||
Huge differences in chart values screws my bar chart scale up. | Charts and Charting in Excel |