When I use ActiveCell.value="my_custom_function" it inserts a @ between equal sign and my custom function,
Example:
ActiveCell.value = "=D_CHANGE()"
It returns =@D_CHANGE() to my active cell.
How can I avoid this @?
I think it is a configuration issue but don't figure out what it is.