In Excel
Function getComment(xCell As Range) As String
'UpdatebyExtendoffice20180330
On Error Resume Next
getComment = xCell.Comment.Text
End Function
works
I can’t do the equivalent in LibreOffice Calc
In Excel
Function getComment(xCell As Range) As String
'UpdatebyExtendoffice20180330
On Error Resume Next
getComment = xCell.Comment.Text
End Function
works
I can’t do the equivalent in LibreOffice Calc
This is an example of the code from this answer - CommentFromCell.ods
Please explain in detail what exactly does not work.