I have a function
function hello(a as string) as string
hello = "Oi, " & a
end function
When I call it using =hello("Fred")
from a sheet I get #VALUE
It work at one stage but when I editted the function it didn’t load the changes.
How do I load/reload Basic functions into LibrCalc?
N