J
Jerry
Hi All,
How can I access the argument in a function?
Example :
Let A1=12
function t(C)
**Codes????***
end function
B1=t(A1)
this function should have result of A1 not 12
thanks
How can I access the argument in a function?
Example :
Let A1=12
function t(C)
**Codes????***
end function
B1=t(A1)
this function should have result of A1 not 12
thanks