Comment.Replies (PowerPoint)

Returns a Comments collection of Comment objects that are children of the specified comment.

Calling the Add method on the returned collection of replies adds a new reply, unless the collection was accessed from a reply to a reply.


Dim cmm As Comment: Set cmm = 
Dim cmmsReplies As Comments
Set cmmsReplies = cmm.Replies