Help with #Value error when calling custom functions

C

Carlos Galvez

I am getting a #value error when calling a custom function
I wrote from the excel worksheet. I suspect that it is
because the function calls another custom function, but
can't pinpoint the issue exactly.
Does anyone know why this is happening, or some way to
work around the issue?
 
F

Frank Kabel

Hi
functions are not allowed to change formats or other cells. So you may
post your existing code
 
Top