https://bugs.documentfoundation.org/show_bug.cgi?id=170840
--- Comment #1 from [email protected] --- Created attachment 205571 --> https://bugs.documentfoundation.org/attachment.cgi?id=205571&action=edit Small calc sheet with a simple Macro The Macro "Som" calculates the sum of the numerical values contained in the matrix passed as parameter. Non-numeric values are ignored in the calculation. Simply set a non-numeric value in one of the two matrices (A5:A10 or B5:B10) to cause a crash of Som(A5:A10 + B5:B10) and the opening of the macro code editor. If we return to the calc sheet, the message #VALUE! is displayed. The Som macro should not be launched since there is a parameter error. On the other hand, Som(A5:A10) and Som(B5:B10) never crash, regardless of the values contained in the matrices. -- You are receiving this mail because: You are the assignee for the bug.
