Viewing post 1 (of 2 total)
Hi Sam,
I was having the same problem and came across this solution.
Enter this in the custom code : -
Public Shared Function Ratio(Num1 as double, Num2 as double) AS object
IF ISNOTHING(Num2)...
May 30, 2007 at 5:03 am
#709631