J
Jan Kronsell
Hi NG!
Is there a way of capturing the cell address of an argument in a UDF in
stead of the value of the argument.
I have a UDF definition like
Function Test(arg)
....
End Function
when I use the function I type =test(A1) and i get the value of A1. But
what I like to captuire is the address A1
Is there any way to achieve this?
Jan
Is there a way of capturing the cell address of an argument in a UDF in
stead of the value of the argument.
I have a UDF definition like
Function Test(arg)
....
End Function
when I use the function I type =test(A1) and i get the value of A1. But
what I like to captuire is the address A1
Is there any way to achieve this?
Jan