https://bugs.documentfoundation.org/show_bug.cgi?id=170840

--- Comment #11 from [email protected] ---
Created attachment 205598
  --> https://bugs.documentfoundation.org/attachment.cgi?id=205598&action=edit
Example related to comment 10.

Example related to comment 10.

I added a 2-second break to the macro to know when it launches, and secured it
so that it is never in error 

- If we put a non-numerical value in column A5:A10 or B5:B10

{ Som( A5:A10 + B5:B10 ) } launches the macro, waits for the end of its
execution (2 seconds) then displays #VALUE! in the box:

->  The macro is launched, although (A5:A10 + B5:B10 ) has an error

- If we put an error, for example =1/0 for #DIV/0! , in column C5:C10

Som( C5:C10 ) DOES NOT LAUNCH THE MACRO and immediately displays #DIV/0!

In both cases, the macro is launched with a parameter that contains an error,
the behavior of Calc should be identical.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to