I need to find out cell addresses which have called a specific function.
If my function is MyFunction (arg1, arg2),
I should be able to find the cell addreses using name “MyFunction”.
Please help me to find out what would be the most efficient way to do this.
Thank You
You can loop through a range of cells, looking for that particular function: