הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Returns the Author object that represents the author of the specified CommentThreaded object. Read-only.
Syntax
expression.Author
expression A variable that represents a CommentThreaded object.
Example
This example deletes all threaded comments added by author Jean Selva on the active sheet.
For Each c in ActiveSheet.CommentsThreaded
If c.Author.Name = "Jean Selva" Then c.Delete
Next
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.