COMMENTGET
Returns the comment associated with a particular cell.
Remarks
* For instructions on how to add a function to a workbook refer to the page under Inserting Functions
* The equivalent JavaScript function is COMMENTGET
Also need NOTEGET
'rgeCell - The cell containing the comment
Public Function COMMENTGET(ByVal rgeCell As Range) As Text
COMMENTGET = rgeCell.Comment.Text
End Function
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext