View Single Post
 
Old 10-09-2014, 10:21 AM
JustAboutNoon JustAboutNoon is offline Windows 8 Office 2013
Novice
 
Join Date: Oct 2014
Posts: 4
JustAboutNoon is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
A fairly simple non-vba way to extract all text of a given attribute is to
• mark all the text as hidden
• use Find/Replace to find all text in your attribute and format as unhidden
• copy the document, then use Paste Special>Unformatted text. This will delete all the hidden text. What remains is the text in your attribute.

A fairly simple non-vba way to extract all text NOT of a given attribute is to use Find/Replace to find all text in your attribute and delete it. What remains is the content in not that attribute .

In each case, you'd probably want to save the results as a new file...
That solves my problem beautifully. And makes me feel stupid in the best way. Very nice solution thank you!
Reply With Quote