I want to set Heading 1's paragraph format to place a page break (or section
break) before the paragraph so the style places the heading on the right side
page. The left page in the verso-recto pair may or may not be blank as a
result.
I'm inclined to think this hasn't been made into a Word feature yet, but
sometimes options and work-arounds are hidden in strange places. Yes, I know
I can insert a page break or odd section break manually, but I want it as
part of the format.
Are you listening Microsoft? This would not be hard to code, and there's
plenty of space in the Paragraph format dialog box under the Line and Page
Breaks tab.
Daiya Mitchell - 15 Mar 2005 23:24 GMT
You can set Page Break Before as part of a style, but Odd page starts
requires a section break, and you cannot set Section Break before, as you
say. The only workaround is manually inserting section breaks.
Yes, this would be a handy feature. However, let's consider the
ramifications of a Section Break Before setting with "automatically update"
Normal style switched on. It could get very ugly. But you can request it
here:
http://register.microsoft.com/mswish/suggestion.asp
> I want to set Heading 1's paragraph format to place a page break (or section
> break) before the paragraph so the style places the heading on the right side
[quoted text clipped - 9 lines]
> plenty of space in the Paragraph format dialog box under the Line and Page
> Breaks tab.

Signature
Daiya Mitchell, MVP Mac/Word
Word FAQ: http://www.word.mvps.org/
MacWord Tips: <http://www.word.mvps.org/MacWordNew/>
What's an MVP? A volunteer! Read the FAQ: http://mvp.support.microsoft.com/
Greg Maxey - 15 Mar 2005 23:50 GMT
SirWizard,
You can cobble together a fair work around using some AutoText fields and an
If fields.
Insert and select single page break and save if as an AutoText entry. Name
it SPB
Insert and select two adjacent page breaks and save it as an AutoText entry.
Name it DPB
Enter the following field code. Note all brackes { } are entered with
CTRL+F9
{IF{=Mod({Page},2)}="0"{AutoText "SPB"}{AutoText "DPB"}}
Select this field and save it as an AutoText entry. I used Newheading1
OK, when you apply a new heading 1 start typing Newheading1 and when the
autocomplete tip fires, press enter. The page breaks should format your
document as you described.
HTH

Signature
Greg Maxey/Word MVP
A Peer in Peer to Peer Support
> I want to set Heading 1's paragraph format to place a page break (or
> section break) before the paragraph so the style places the heading
[quoted text clipped - 9 lines]
> there's plenty of space in the Paragraph format dialog box under the
> Line and Page Breaks tab.
SirWizard - 18 Mar 2005 00:00 GMT
Thanks Greg,
That's somewhat like the way I captured chapter names to place into page
headers for a book I helped a friend edit.
> SirWizard,
>
[quoted text clipped - 18 lines]
>
> HTH
Stefan Blom - 21 Mar 2005 12:55 GMT
To capture heading titles in a header (or footer), you could
alternatively use the STYLEREF field. Look it up in Help.

Signature
Stefan Blom
> Thanks Greg,
>
[quoted text clipped - 23 lines]
> >
> > HTH
SirWizard - 21 Mar 2005 23:59 GMT
Thanks Stefan. That was VERY helpful. The document on which I'm working today
is improved (and simplified) with STYLEREF. It works great with my "Link to
Previous" footers. (But you already knew that.)
> To capture heading titles in a header (or footer), you could
> alternatively use the STYLEREF field. Look it up in Help.
Stefan Blom - 23 Mar 2005 14:26 GMT
I'm glad I could help.

Signature
Stefan Blom
> Thanks Stefan. That was VERY helpful. The document on which I'm working today
> is improved (and simplified) with STYLEREF. It works great with my "Link to
> Previous" footers. (But you already knew that.)
>
> > To capture heading titles in a header (or footer), you could
> > alternatively use the STYLEREF field. Look it up in Help.