D
Dave Stone
I still cannot get my output document looking as I want
it, viz. section 1 header with different first page;
section 1 footer common to all pages; page numbers in the
footer, assigned starting number.
There have been various problems including all headers
coming out the same, missing page numbers on the first
page, and wrong page numbers. Using the debugger, it has
been possible to see that the sequence of formatting
directives is critical in determining the outcome, but
it's not clear what the order should be!
The only things that seem certain are that the directive
to make the first page header/footer distinct:
ActiveDocument.Sections _
(1).PageSetup.DifferentFirstPageHeaderFooter = True
has to come after all the formatting directives for the
primary and first page headers and footers, otherwise the
primary specs override the first page ones.
I have the directive to add page nos. in the primary
footer only because I get a subscript error if I put one
in the first page footer, but this unfortunately
suppresses the number on the first page.
Any help, or pointers to a good reference on this subject,
gratefully received.
Dave
it, viz. section 1 header with different first page;
section 1 footer common to all pages; page numbers in the
footer, assigned starting number.
There have been various problems including all headers
coming out the same, missing page numbers on the first
page, and wrong page numbers. Using the debugger, it has
been possible to see that the sequence of formatting
directives is critical in determining the outcome, but
it's not clear what the order should be!
The only things that seem certain are that the directive
to make the first page header/footer distinct:
ActiveDocument.Sections _
(1).PageSetup.DifferentFirstPageHeaderFooter = True
has to come after all the formatting directives for the
primary and first page headers and footers, otherwise the
primary specs override the first page ones.
I have the directive to add page nos. in the primary
footer only because I get a subscript error if I put one
in the first page footer, but this unfortunately
suppresses the number on the first page.
Any help, or pointers to a good reference on this subject,
gratefully received.
Dave