Hi,
I am totally puzzled by the behaviour of VBA application.linest. I am trying to create a function that is dynamic in respect of the order of a polynom that is fitted to a known set of data. That is, with a least square approximation trying to fit f(x)=a*x^i+b*x^(i-1)+...+constant term. Now...