How to serach breaks of sections, columns or text wrappings?

A

and

Is there a way to find these breaks in a document in Word XP? Do these
breaks have vb constants for which one could search with VBA?

TIA,

ANDy
--
 
J

Jay Freedman

and said:
Is there a way to find these breaks in a document in Word XP? Do these
breaks have vb constants for which one could search with VBA?

TIA,

ANDy

Place these codes in the .Find.Text string:

^b section break
^n column break
^11 text wrapping break
 
Top