ACTUAL: - No documented method to select an existing comment / annotation in calc. - Selecting possible only via DispatchHelper. - DispatchHelper puts the cursor at the very beginning of the existing comment text. TARGET - Documented method for calc, to select an existing comment and put the cursor at the end of the comment text. Background: To convert an Excel vba macro within the command "oComment.Shape.Select" to LibreOffice basic macro, there is no suitable command available. This enhancement request is based on discussion: https://ask.libreoffice.org/t/select-annotation-to-edit/128133
When we start editing text in a Calc cell, the cursor is always positioned at the end of the text. In my opinion, when we start editing a cell comment, the cursor should also be positioned at the end of the text.