https://bz.apache.org/ooo/show_bug.cgi?id=126177
--- Comment #3 from bmarcelly <[email protected]> --- Created attachment 84614 --> https://bz.apache.org/ooo/attachment.cgi?id=84614&action=edit Modified macro that avoids this issue The double-click event may be totally handled by the macro if the macro returns the value True. Solution : - transform the Sub TopicsChoice into a Function - if the dialog is called (or a MsgBox is displayed), return True - else the function returns False and the cell switches into edit mode, as usual. The problem was not a bug but an incorrect use of the API. -- You are receiving this mail because: You are the assignee for the issue.
