B
bellarby
I was happily using the following piece of code within VBA i
Excel2000:
Coefficients = WorksheetFunction.LinEst(YRange(), XPower(), , True)
This returned a reasonable set of co-efficients for a 4th to 7th orde
polynominals (we are using it for getting an equation from a set o
data).
However, upon 'upgrading' to Excel 2003 then the results are widel
different for the 5th, 6th and 7th order polynominals. I am not awar
of any settings which might effect this and have spent ages searchin
in the help and msdn but to no avail. Subsequently, I have changed bac
to Excel2000 and the results are good again.
Has anyone had the same problem?
Has anyone got any solution!?
regards
Jame
Excel2000:
Coefficients = WorksheetFunction.LinEst(YRange(), XPower(), , True)
This returned a reasonable set of co-efficients for a 4th to 7th orde
polynominals (we are using it for getting an equation from a set o
data).
However, upon 'upgrading' to Excel 2003 then the results are widel
different for the 5th, 6th and 7th order polynominals. I am not awar
of any settings which might effect this and have spent ages searchin
in the help and msdn but to no avail. Subsequently, I have changed bac
to Excel2000 and the results are good again.
Has anyone had the same problem?
Has anyone got any solution!?
regards
Jame