Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all -
I have the following function: Function regression(x, power()) For i = Lbound(power) to Ubound(power) regression = regression + x^i + power(i) Next End Function and wish to use the following in Excel =regression(A1, B1:B3) But I can't seem to get it to work. What am I missing? Thanks! Ryan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble with passing a range into worksheet function in VBA | Excel Programming | |||
Passing a range to a function | Excel Programming | |||
Passing a range to a function | Excel Programming | |||
passing a range from another worksheet | Excel Programming | |||
Passing a range into a VBA function | Excel Programming |