misterstick
Programmer
using styles and/or section breaks, is there any way to have both heading 1 and heading 2 have "page break before" set to true, but to have the page break suppressed where a heading two is the next paragraph after a heading 1?
ie:
at the moment there is always a page break between h1 and h2, leaving h1 on a page by itself.
i can do this with vba but would rather not.
many thanks,
mr s. <
ie:
Code:
heading 1
heading 2
normal text
...
---page break----
heading 2
normal text
...
---page break----
heading 2
normal text
...
---page break----
heading 1
heading 2
normal text
...
at the moment there is always a page break between h1 and h2, leaving h1 on a page by itself.
i can do this with vba but would rather not.
many thanks,
mr s. <