T
Thrava
Hi folks,
I wrote a simple Function in VBA that I know it works when
I test it in VBA, which I named LogRatio which takes two
paramerters.... LogRatio(a,b)
But when I use this function in the application, in one of
the cells.. such as =LogRatio(3,5)
I get an error message of #Name?
Any idea why the function, though its Public, is not
recognized in the same sheet that I wrote the VBA code?
Thanks
I wrote a simple Function in VBA that I know it works when
I test it in VBA, which I named LogRatio which takes two
paramerters.... LogRatio(a,b)
But when I use this function in the application, in one of
the cells.. such as =LogRatio(3,5)
I get an error message of #Name?
Any idea why the function, though its Public, is not
recognized in the same sheet that I wrote the VBA code?
Thanks