Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Rather than write values or formulas to cells, I'm writing a function that
requires a linest and intercept using variables that store ranges for x and y inputs. So my code looks like this varM = WorksheetFunction.LinEst(varYVariable, varXVariable) where varYVariable is a range like C22:C23 and varxvariable is a range like D30:E30 (although variables declared with variant data type) The runtime error is 1004 - Unable to get the LinEst property of the WorksheetFunction class |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINESt | Excel Discussion (Misc queries) | |||
Linest | Excel Worksheet Functions | |||
LINEST bug | Excel Worksheet Functions | |||
problem with LINEST | Excel Discussion (Misc queries) | |||
problem with LINEST | Excel Programming |