Quote:
Originally Posted by mihnea96
I replaced the manual page breaks with Section Breaks in VBA. I replaced "^m" with "^b". In the Word document you CANNOT put in the replace box "Section Break" (^b).
|
To do this manually:
1. create a section break in the document
2. cut (Crtl-x) the section break to the clipboard
3. use Find/Replace, where -
Find = ^m
Replace = ^c