Forum Discussion
Page Break in Word document
- Nov 23, 2021
Compatibility mode means that the document format is older than the version of Word which is currently editing or viewing the document. The reason could be that an older version of Word has created the document, or that the document has been saved in such a way that it maintains compatibility with older file formats.
A document in Compatibility mode can be "upgraded" via File > Info > Convert.
A different approach is not to make use of a manual page break at all. Instead, you can add "Page break before" formatting to an appropriate text paragraph to force it to a new page.
But today, I did see one difference when I look on the title on the top of the WORD document: one of them shows "PB_H - Word" and the other one shows "PB_W [Compatibility Mode] - Word".
But, what is the meaning of Compatibility Mode? Not sure.
Is there a way to get a better control of this Page Break whatever version I am using? If not, I will have to stick with the newer version (Page Break + Paragraph Mark).
I know I am making a fuss for a details, but when I do some VBA coding, I need to know if I have an extra Paragraph Mark or not.
Thanks for your reply.
JLuc01
Compatibility mode means that the document format is older than the version of Word which is currently editing or viewing the document. The reason could be that an older version of Word has created the document, or that the document has been saved in such a way that it maintains compatibility with older file formats.
A document in Compatibility mode can be "upgraded" via File > Info > Convert.
A different approach is not to make use of a manual page break at all. Instead, you can add "Page break before" formatting to an appropriate text paragraph to force it to a new page.
- JLuc01Nov 23, 2021Copper ContributorThank you for these explanations, I have learnt something about Compatibility Mode, and the upgrade made the change I wanted.
OK, I also understand how to do the "Page Break Before" now. But, I am not so sure to see an advantage. I usually prefer to see clearly he Page Break on the screen.
Thank you for your help.
JLuc01- Stefan_BlomNov 23, 2021MVP
The advantage with "Page break before" formatting is that it can be added to a paragraph style, which means that the formatting can be re-used, in the same way you can re-use other formatting.
In addition, the formatting will not add a visible break in the document, so there is no risk that you remove it by mistake, for example.
- JLuc01Nov 23, 2021Copper ContributorOK, thank you for the clarification.
JLuc01