S
Salman
Hi,
I need a user defined function to return formatted output
function userdefined(arg1, arg2) as double
userdefined = arg1/arg2
end function
I want the output as a percentage. Pls let me know the statement for that.
Thanks.
I need a user defined function to return formatted output
function userdefined(arg1, arg2) as double
userdefined = arg1/arg2
end function
I want the output as a percentage. Pls let me know the statement for that.
Thanks.