Prevent header from using StyleRef x when x is not present in current section
Let us assume I have two sections, one that uses Style (Headings) 1, 2, and 3, the next section only uses Style 1 and 2.
If I have the same header for both sections and that header references to these style like:
Section 1:
1.1 ; 1.2 ; 1.3
StyleRef 1; StyleRef 2; StyleRef 3
Section 2:
2.1 ; 2.2
StyleRef 1; StyleRef 2; StyleRef 3
Can I automatically prevent word from displaying the StyleRef 3 reference in Section 2, since Style 3 is not present in Section 2?
Because right now it will reference Style 3 from Section 1 in the header of Section 2, so the header looks like: 2.1 ; 2.2 ; 1.3
Best, Stevie
|