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 cell
containing an integer value.

The only thing that has changed is the presence of an argument, but the
value isn't even used. Therefore I'm stumped as it seems like I simply
cannot have arguments in my function. Probably I am making some newbie
mistake. I have tried following tutorials and I do not see how my code is
any different from theirs.




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to