Hi, in an AddIn I want to store the cell position that call the function of the addIn.
Let say that I have an AddIn in Java with the function int foo(int par0). I want to know the name or the position of the cell that has called this function. Is it possibile? How I can do that? Thanks, Gianpiero
