Monday, July 13, 2009

Manipulate Comments in Word

Q: What I'd really love to be able to do is somehow search and select multiple comments to delete. Like, say, being able to delete all comments in a document that did not contain a certain text tag. A reviewer's second pass is labeled "2R" or something, and I have to delete all previous comments, only leaving those. - RDP.





A: Word doesn't offer any easy way to directly search and manipulate comments so you'll have to use a simple macro. It might look like this:
Sub RidComments()

No comments:

Post a Comment