Author object (Excel)
Represents the author of the CommentThreaded object.
Remarks
Use the Author property of the CommentThreaded object to return the Author object.
Example
The following example shows how to get the author's name from the threaded comment on cell A1 on worksheet one.
Worksheets(1).Range("A1").CommentThreaded.Author.Name
Properties
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.