I suggest you ask that in an Excel VBA group. It's an Excel function,
not an Access one.
HTH,
TC
Thanks for responding
In excel there is no problem - you simply use a two dimensional table spread
over rows and columns and the function picks it up. The problem arrises when
I try to use the function from access and deliver the 2D table as an array
from VB
> I suggest you ask that in an Excel VBA group. It's an Excel function,
> not an Access one.
>
> HTH,
> TC
TC - 26 Dec 2005 06:27 GMT
You're comparing apples with oranges - using LineEst with a worksheet
range, versus, using LinEst with a 2d array. Your problem is how to use
LinEst with a 2d array. You'll be far more likely to get help with that
in an Excel VBA group. Most of the folks in /this/ group, including me,
have probably never heard of the LinEst Excel function - have no clue
how to use it with a worksheet range /or/ a 2d array - and are probably
not willing to research the question, because this is an Access group -
not an Excel one.
Not being rude: just pointing out that you're in the wrong group to get
the best answer :-)
HTH,
TC