C
Carlton
Here's the problem: I have 2,000+ Word documents that I need to change the
cover sheet and footer (on each section) for each. By and large, no problem.
But I can't get the footer to look like the 'Director' wants it to look. The
footer for each section consists of three components: a horizontal line
across the dimension of the footer; a centered text in red (as in 'Top
Secret'), and a page number in the lower-right corner. I can get all three
components on the footer, but not in the right order. The page number is the
upper-most and, since it's added last it pushes the horizontal line down. (If
I add it first, the horizonatl line zaps the page number). So my questions:
1. Can I reposition the page number to the third line of the footer?
2. Or, can I add a horizontal line above the footer to each page (as part of
the 'Pages' collection instead of the footer?
BTW, I've developed the code in VBA using Access and a Word Application. But
even when I run the code from VBA Word I get the same disordered results.
Any advise or assistance will be appreciated. And I hope this makes sense.
cover sheet and footer (on each section) for each. By and large, no problem.
But I can't get the footer to look like the 'Director' wants it to look. The
footer for each section consists of three components: a horizontal line
across the dimension of the footer; a centered text in red (as in 'Top
Secret'), and a page number in the lower-right corner. I can get all three
components on the footer, but not in the right order. The page number is the
upper-most and, since it's added last it pushes the horizontal line down. (If
I add it first, the horizonatl line zaps the page number). So my questions:
1. Can I reposition the page number to the third line of the footer?
2. Or, can I add a horizontal line above the footer to each page (as part of
the 'Pages' collection instead of the footer?
BTW, I've developed the code in VBA using Access and a Word Application. But
even when I run the code from VBA Word I get the same disordered results.
Any advise or assistance will be appreciated. And I hope this makes sense.