In the attach designer the cell B22 use and add-in function.
I wrote an ICustomFunction class to handle the call to the function.
But the engine never transfer the execution to my icustom.
I've notice that I've : cells["B22"].formula =null
Maybe, as the formula is null, the engine do not transfer execution to my icustom.