View Single Post
 
Old 04-27-2018, 06:16 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,161
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

You could create a macro to convert red text to revision tracked deletions and text that is blue to be revision tracked as inserted. However it is not particularly efficient and not really worth the time it would take to create.

The concept of such a macro would be two parts:
Turn on Revision tracking
Run a find and replace for red text and replace it with nothing (ie delete it)
Turn off Revision Tracking

Start a loop
Turn off Revision tracking
Find blue text
If found, cut it from the document
Turn on Revision Tracking
Paste back into same position
Repeat Loop
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote