Re: [users] Cannot pass arguments from Calc to user-defined function

2008-12-14 Thread Brian Barker
At 15:48 14/12/2008 -0800, C Y Augin wrote: Using OO 2.4 in Windows 2k. This works: function GROWTH() GROWTH = "test" end function In calc, I put =GROWTH() in a cell and it says "test" as expected. This doesn't work: function GROWTH(happy) GROWTH = "test" end function In calc, I put =GROWTH(J

[users] Cannot pass arguments from Calc to user-defined function

2008-12-14 Thread cyg
Using OO 2.4 in Windows 2k. This works: function GROWTH() GROWTH = "test" end function In calc, I put =GROWTH() in a cell and it says "test" as expected. This doesn't work: function GROWTH(happy) GROWTH = "test" end function In calc, I put =GROWTH(J52) in a cell and it says #VALUE. J52 is a cel