Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel can handle polynomial trendlines up to 6th order through the Add
Trendline command. I would like to be able to add a trendline up to the 8th order. Google searches showed me how to compute this, but I am wondering if there is an easier way. I tried using VBA : ActiveChart.SeriesCollection(1).Select ActiveChart.SeriesCollection(1).Trendlines.Add(Typ e:=xlPolynomial, Order:=6 _ , Forward:=0, Backward:=0, DisplayEquation:=False, DisplayRSquared:= _ False).Select and then changing the Order:=8 but it would not work. Any great ideas? Thanks, Frank |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trend Line 5 or 6th order polynomial not working | Excel Discussion (Misc queries) | |||
How do I solve for x in a second-order polynomial trend? | Charts and Charting in Excel | |||
What makes a polynomial trend line curve up or down? | Charts and Charting in Excel | |||
Determining error associated with polynomial trend lines. | Charts and Charting in Excel | |||
trend for polynomial curve fitting by regressing | Excel Worksheet Functions |