Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I am trying to call the excel function linest from VB from an MS Access application . the call Slope1 = Excel.WorksheetFunction.Index(Excel.WorksheetFunct ion.LinEst(y, x),1) works fine as long as x is a one dimensional array. But I need to do regression analysis for a multidimensional array (e.g. I have x1,x2,x3,...,xn independent variables in the regression.) so when I define x as say dim x (10,2) as double I get an error messages "unable to get the linest property of the worksheet function class" anyone know how to use linest for a multidimensioanl array ? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IS THERE AN INTERPOLATION FUNCTION IN EXCEL 2003 | Excel Worksheet Functions | |||
How do i execute a VBA function by clicking on an excel cell? | Excel Discussion (Misc queries) | |||
Excel 2003 Slow Function Argument Window | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) |