J
Justin Rich
In the code it shows this
ActiveChart.SeriesCollection(1).Trendlines.Add(Type:=xlPolynomial, Order:=3
_
, Forward:=0, Backward:=0, DisplayEquation:=True, DisplayRSquared:=
_
False).Select
DisplayEquation=True
the equation that it is refering to, is there any way to get this?
I gather this creates an Trendline object which i was digging around in, and
only found a way to display the equation. Is there something im missing?
thanks
Justin
ActiveChart.SeriesCollection(1).Trendlines.Add(Type:=xlPolynomial, Order:=3
_
, Forward:=0, Backward:=0, DisplayEquation:=True, DisplayRSquared:=
_
False).Select
DisplayEquation=True
the equation that it is refering to, is there any way to get this?
I gather this creates an Trendline object which i was digging around in, and
only found a way to display the equation. Is there something im missing?
thanks
Justin