How to get the address of a cell

L

Latch

First of all please apologize for my poor english...Im more comfy in
french.

My question is this:

I create a function that use only one argument :

Function Score(arg1)
(...)

How can I get the address, the row and the column of arg1?

Thanks in advance for your answer
 
Top