https://bugs.documentfoundation.org/show_bug.cgi?id=170840
--- Comment #10 from [email protected] --- I notice an inconsistency of Calc in error management with a Macro: Suppose a matrix of digits A5:A10 I launch the Macro Som(A5:A10), the result is displayed Then, I set =1/0 in a box of the matrix (which then contains #DIV/0!) THE MACRO IS NOT LAUNCHED, and the result #DIV/0! is displayed immediately To check this, I added Wait(1000) in the macro, to know when it's lanched Why a Macro isn't launched with a matrix with an error, whereas it is launched with a sum of matrices with an error? It’s not consistent. It seems to me that in both cases it should not be executed. -- You are receiving this mail because: You are the assignee for the bug.
