How To Insert Multiple Page Break In Microsoft Word After Specific Line Using VBA Macros?

Viewed 45

I have a Word Document with about 100 pages and I want to print it page by page as I copied in in Word from TXT File. So the concept in TXT file page break was a line as shared below...

--------------------------------------------Continue on next page------------------------------------------------

Now I want to do some automation about this Page-Break in word because I can't make it manually. SO I want some VBA Script as MACROS to search this specific line and then add Page-Break after this.

enter image description here

So Is this possible via VBA as I tried and got no way in Word Toolbar Features and tried to use upper screenshot feature but it is only adding page-break after highlighted line.

0 Answers
Related