Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not only is the formula length limited to 1024, but each piece of the
formula (Values, XValues) is limited to 256. So you'll never even approach 1024. On this web page I discuss some strategies to increase the number of values you can squeeze into 256 characters: http://peltiertech.com/Excel/ChartsH...ChartData.html - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services http://PeltierTech.com/Excel/Charts/ _______ Tom Ogilvy wrote: after you successfully assign the array, look at the chart and select that series. Look in the formula bar to see how your data is stored. The maximum length of a formula is 1024 characters. I suspect you are bumping up against this limitation. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SeriesCollection question | Charts and Charting in Excel | |||
Reading data arrays from multiple data files in excel | Excel Discussion (Misc queries) | |||
Creating a plot in Excel with SeriesCollection | Charts and Charting in Excel | |||
Can I copy x-y scatter plot data direct from one plot to another? | Charts and Charting in Excel | |||
calling seriescollection by name | Excel Programming |