Get the contents of a comment, eg =getcomment(A1)
Function GetComment(rCell As Range) As String
GetComment = rCell.Comment.Text
End Function
© Copyright
andrewsexceltips.net
All Rights Reserved.