J
John Wirt
A colleague at work wants to make the author of all the comments in a merged
document the same (don't ask me why.; this is what he wants to do). He
doesn't have control over the names they use in the User Information setup.
Could I do this in VBA by,
1. forming a collection of all revisions in the ActiveDocument by a given
author
2. reassign the author's name of all these revision to a preset
name/initials.
3. repeat, starting at #1, for all the authors of revisions in the document
4. create a list of all the authors by at worst enumeration to identify
unique values
John
document the same (don't ask me why.; this is what he wants to do). He
doesn't have control over the names they use in the User Information setup.
Could I do this in VBA by,
1. forming a collection of all revisions in the ActiveDocument by a given
author
2. reassign the author's name of all these revision to a preset
name/initials.
3. repeat, starting at #1, for all the authors of revisions in the document
4. create a list of all the authors by at worst enumeration to identify
unique values
John