A
AJ
I need a way to create different footers for every page. Let's say the
document is 5 pages long. The user is prompted as to how to start the
numbering series. They will answer with a number only, say 3. The sequence
follows such that page 1's footer displays 3 right-aligned. Page 2's footer
would display 3A to left-aligned. Page 3's footer would display 3B
right-aligned, and so goes the series for every page with incrementing
letters and alternating alignments. Since I can't seem to control footers on
an individual basis programmatically without sections interfering, what
should I do? A couple things I've thought of are 1) making each page its own
section, 2) inserting a docvariable field into each footer, then updating the
field value with the correct page number. I am an experienced .NET/VBA
developer but working with Word's sections is not intuitive for me. I will
process documents that are generated out of my control, and I expect these
documents to have one section for the entire document. I would greatly
appreciate a recommended programmatic approach. Feel free to be very
technical. Thanks !
document is 5 pages long. The user is prompted as to how to start the
numbering series. They will answer with a number only, say 3. The sequence
follows such that page 1's footer displays 3 right-aligned. Page 2's footer
would display 3A to left-aligned. Page 3's footer would display 3B
right-aligned, and so goes the series for every page with incrementing
letters and alternating alignments. Since I can't seem to control footers on
an individual basis programmatically without sections interfering, what
should I do? A couple things I've thought of are 1) making each page its own
section, 2) inserting a docvariable field into each footer, then updating the
field value with the correct page number. I am an experienced .NET/VBA
developer but working with Word's sections is not intuitive for me. I will
process documents that are generated out of my control, and I expect these
documents to have one section for the entire document. I would greatly
appreciate a recommended programmatic approach. Feel free to be very
technical. Thanks !