Two questions:
1) If Word 2013 ignores that setting, then why has the macro worked for a year or more? That doesn't make any sense. Is this a new behavior, some kind of change related to an Office update?
2) Changing all the comments defeats the purpose of the macro. Would it be possible to incorporate
oComment.Author = Application.UserName
into the existing loop? That is, to specify the author of the comment when it is actually created?
Thanks.