View Single Post
 
Old 12-07-2021, 06:29 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,164
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

The revision author is a read only property so you can't directly do it via vba. However you have some options.
1. Create two copies of the document: one accepting all your changes and one rejecting them all. Then use a compare documents to get the differences marked as revisions while the username is set to 'ACME'
2. Edit the document with a ZIP editor and then use a text editor to globally replace your name in these xml files: word\document.xml and word\comments.xml
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote