C
Charlotte E
Is it possible to pass on the cell, in which an UDF is located, to the UDF
itself?
Example:
In cell C4, I have an UDF, like:
=CELLTELL()
....and the UDF could return something like:
Function CELLTELL()
If Celladdress = "C4" Then
CELLTELL = "Explosive cell!"
Else
CELLTELL = "Harmless cell"
End If
End Function
Hope you get the picture...
Thanks,
itself?
Example:
In cell C4, I have an UDF, like:
=CELLTELL()
....and the UDF could return something like:
Function CELLTELL()
If Celladdress = "C4" Then
CELLTELL = "Explosive cell!"
Else
CELLTELL = "Harmless cell"
End If
End Function
Hope you get the picture...
Thanks,