![]() |
|
|
|
#1
|
||||
|
||||
|
That is strange. :-( It's probably something Word 2013-specific, but I haven't been able to find a Knowledge Base article on the topic yet.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
#2
|
|||
|
|||
|
Thanks folks.
I think I see the root of the problem. Having started the doc in one version of Word (2007) and continued in 2013, (though now 2010 as of this morning) I see there are two variations of my name, one with a space in front of it. How this came about and why I seem to be sometimes one and sometimes the other, all in the same version, is beyond me. The burning question would now be, how can I reassign the changes of one persona over to the other, so I can do all my changes without switching users again and again, or perpetuating the problem. Based on numerous searches, I think it can't be done. |
|
#3
|
||||
|
||||
|
That certainly explains the symptoms. Make sure the user name in File tab | Options | General is correct.
As far as existing documents are concerned, you should be able to change the author name for comments with a macro. I'm not sure how to do the same with tracked changes, though.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
#4
|
|||
|
|||
|
Thanks Stefan. I'll research the macro route at some point.
Meanwhile, now that I've found the source (though not the cause) at least I can be wary of what's going on. |
|
#5
|
||||
|
||||
|
For comments, changing the author name and initials is straightforward:
Code:
Sub ChangeCommentAuthorAndInitials() Dim c As Comment For Each c In ActiveDocument.Comments c.Author = "Bugs Bunny" c.Initial = "BB" Next c End Sub
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
#6
|
|||
|
|||
|
Thanks Stefan. I appreciate your taking the time.
Cheers |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Word 2013 chapter-page numbering not right...bug? | AgPilot | Word | 4 | 03-06-2014 11:52 AM |
| Are user customizations transferable from Word 2003 to Word 2010 (2013)? | New Daddy | Word | 3 | 01-14-2013 07:25 AM |
| how NOT to start word 2013 with 'choosing templates'? | dylansmith | Word | 4 | 12-08-2012 12:59 PM |
| Which ODF/ .odt version is word 2010, 2013 preview & eventually 2013 full using? | semiotically | Word | 8 | 11-08-2012 05:44 PM |
comment numbering for multiple reviewers
|
ticotico | Word | 2 | 07-14-2011 05:02 PM |