I've got a word document (docx) that has multiple sections within it and would like to put a single line of text, right aligned, into every footer.
The document has the following:
First Page Footer - Section 1
Footer - Section 1
First Page Footer - Section 2
First Page Footer - Section 3
Footer - Section 3
Footer - Section 3
etc.etc...all the way through until Section 10
Could anyone let me know how to loop though (in VB preferably but can convert) each section and place a text string into the bottom right hand corner of each footer within the section?
I've played around with the demos but cannot get this to work :-(