D
dedawson
The task is to Find and Replace some text values in all paragraphs
except those formatted with the a specified style, such as DataLine.
I understand that one can use Selection.Find.Style =
ActiveDocument.Styles("Data Line") to find any paragraph formatted
with the DataLine style. The question then is, does anyone know of a
means of employing Selection.Find.Style (or any other method for that
matter) of Finding all paragraphs that do NOT have the DataLine style?
except those formatted with the a specified style, such as DataLine.
I understand that one can use Selection.Find.Style =
ActiveDocument.Styles("Data Line") to find any paragraph formatted
with the DataLine style. The question then is, does anyone know of a
means of employing Selection.Find.Style (or any other method for that
matter) of Finding all paragraphs that do NOT have the DataLine style?