Repeat heading style content in document header

  • Thread starter Thread starter Chris L
  • Start date Start date
C

Chris L

I would like to insert the content of my heading style in the document
heading and have the header change when the heading style content changes. Is
this possible? I've read about styleref in other posts, but am not sure if
this would be the answer.
 
Hello Chris

Chris said:
I would like to insert the content of my heading style in the document
heading

in the document _header_, I reckon ...

and have the header change when the heading style content changes. Is
this possible? I've read about styleref in other posts, but am not sure if
this would be the answer.

Yes it is. Insert a STYELREF field in your header pointing it to the
style in question.

{ STYLEREF "Heading 1" }

or even better

{ STYLEREF 1 }
[because this works in any language edition of Word]

does the trick. Note that the {} need to be inserted with CTRL-F9 (or
let Word do it by inserting a STYLEREF field through the appropriate
dialog).

HTH
Robert
 
Back
Top