Is the data for each series contiguous? If so, dispense with the
SetSourceData statement, and add each series individually, defining the X
and Y value range for each as you go. This tutorial should get you started:
http://peltiertech.com/Excel/ChartsHowTo/QuickChartVBA.html
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______
> Hi,
>
[quoted text clipped - 11 lines]
>
> G
GS80 - 30 Jan 2008 09:54 GMT
Thanks Jon,
This provided exactly what i was looking for.
> Is the data for each series contiguous? If so, dispense with the
> SetSourceData statement, and add each series individually, defining the X
[quoted text clipped - 24 lines]
> >
> > G