![]() |
#2
|
||||
|
||||
![]()
The author name for a comment is determined by the User Name and Initials settings in the Options dialog box. (At least this was true for Word versions up to and including 2010; Word 2013 is a bit different.)
You can change the user name and initials for existing comments in the active document by using a macro: Code:
Sub ChangeCommentAuthorName() Dim c As Comment For Each c In ActiveDocument.Comments c.Initial = "MT" 'specify the initials you want c.Author = "Miss Theorist" 'specify the name you want Next c End Sub For assistance with installing the macro, see http://www.gmayor.com/installing_macro.htm.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I liked it when past events on my calender were faded out. | tcat | Outlook | 0 | 11-01-2013 08:35 AM |
Error: Input past end of file | tinfanide | Excel Programming | 2 | 06-11-2012 09:31 PM |
![]() |
farmboyjohn | Outlook | 1 | 07-29-2011 06:27 PM |
Can't see delegates calendar past next month. | enviroko | Outlook | 3 | 08-08-2010 01:10 PM |
Past Calendar Items Messed Up | kelnar | Outlook | 0 | 01-07-2009 09:10 AM |