Character, element, or hack to push everything after it to the next page?
- by sooprise
I have a program that automatically populates a word document. Let's say the word document has 3 sections: A, B, and C. My program populates section B. Section B can be 1 line or 100 lines, so what I want to be able to do is make section C automatically start on a fresh page.
section B
<newPageHack> <-- Can I add anything here to force section C onto a new page no matter how large section B is?
section C (on a new page)