![]() |
|
|
Thread Tools | Display Modes |
#2
|
||||
|
||||
![]()
Word 2013 ignores the username setting in Options, but you can work around it. Add the following loop where indicated by the existing code:
Code:
If Val(Application.Version) > 14 Then Dim oComment As Comment For Each oComment In ActiveDocument.Comments oComment.Author = Application.UserName Next oComment End If Application.UserName = myUsername Application.UserInitials = myUserinitials
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
piper7971 | Excel | 10 | 07-06-2015 02:09 PM |
![]() |
captainship | PowerPoint | 1 | 04-16-2015 09:35 AM |
![]() |
samhdc | Word | 1 | 03-30-2012 04:56 AM |
![]() |
Sachelis | Word | 2 | 01-28-2011 08:50 AM |
Saving a Word 2007 document as a PDF fails | dcabrames | Word | 20 | 01-21-2011 03:07 PM |