Commentthreaded.addreply

Bonjour à tous,

Comment faire fonctionner cet exemple ?

https://docs.microsoft.com/pt-pt/office/vba/api/excel.commentthreaded.addreply

Sub Macro1()
    Range("F13").CommentThreaded.Text Text:="hello"
    Range("F13").CommentThreaded.AddReply ("test")
    Range("F13").CommentThreaded.Replies(1).Delete
End Sub
Rechercher des sujets similaires à "commentthreaded addreply"