https://bugs.documentfoundation.org/show_bug.cgi?id=170531
--- Comment #4 from nobu <[email protected]> --- When handling sheet events, you should write code that returns a boolean value (typically True). The following code will execute successfully: ``` basic Function Close2(ev As Variant) As Boolean ThisComponent.Close(true) Close2 = True End Function ``` I don't think this is a bug in this report. -- You are receiving this mail because: You are the assignee for the bug.
