Note: This macro highlights only the insertions in your track changes. It does not highlight the deletions.
Often, we need to highlight the changes in our document after making the corrections suggested by a reviewer. I came across this interesting macro that made my job easy.
To change the highlight color, find the word WdYellow in the code above and change it to WdTurquoise, WdBrightGreen or other highlight color names.
Macro Courtesy: p2p.wrox.com
Craig
March 27, 2012 at 1:17 am
This worked great. Thanks.
Would you know how to change the code so it would only run on selected paragraphs instead of the whole document?