Character, element, or hack to push everything after it to the next page?
        Posted  
        
            by 
                sooprise
            
        on Super User
        
        See other posts from Super User
        
            or by sooprise
        
        
        
        Published on 2012-03-29T22:07:59Z
        Indexed on 
            2012/03/29
            23:33 UTC
        
        
        Read the original article
        Hit count: 218
        
microsoft-word
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)
        © Super User or respective owner