Sub ChangeAuteurcommentaire()
'
'
'
i = 1
For Each Comments In ActiveDocument.Comments
With ActiveDocument.Comments(i)
.Author = "CLP"
.Initial = "CLP"
End With