I am writing a Basic function that calls a Python function that returns an array of values. What I want to do is have these values placed in columns to the right of the cell where the Basic function was invoked. In order to do that I (think) I need the co-ordinates of the cell containing the Basic function.
For example:
=myBasicFunc(arg) result_1, result_2 result_3 … result_n
Question: how do I programatically determine the cell address containing the User Function?