J
James Pannozzi
I'd like to change or do different headers in
specfic sections of a document without disturbing
the header text in the other sections.
The document is initially created with all headers the same
in all sections.
If I try this:
With ActiveDocument.Sections(3)
.Headers(wdHeaderFooterPrimary).Range.Text = "Mary had a little
lamb..."
End With
It changes the headers of all the sections instead of just changing
Sections(3)'s header.
Thanks
Jim
specfic sections of a document without disturbing
the header text in the other sections.
The document is initially created with all headers the same
in all sections.
If I try this:
With ActiveDocument.Sections(3)
.Headers(wdHeaderFooterPrimary).Range.Text = "Mary had a little
lamb..."
End With
It changes the headers of all the sections instead of just changing
Sections(3)'s header.
Thanks
Jim