Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
All VBA Kung foo masters, I need to be able to use the
Equation of a line in my code to calculate a forecast on some sales data. I know that on the Chart I can add a trendline, and then tell it to 'display equation on chart', but how can I get the value of that equation? I actually want to use that equation in some code and since Excel is displaying it there should be a way to get the value of that data label I tried this but to no avail: ActiveChart.SeriesCollection(1).Trendlines (1).DataLabel.Value???? Any one got the Kung Foo move for this? Alex A |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What's equation for R-Squared value given for chart trendlines? | Charts and Charting in Excel | |||
I cannot display all the poly equation constants on the chart. | Charts and Charting in Excel | |||
make chart based on equation | Charts and Charting in Excel | |||
How to calculate something using equation from Chart' directly? | Excel Worksheet Functions | |||
Can you chart an equation (y=mx+b)? | Charts and Charting in Excel |