Forum Discussion
renee_crozier
Feb 25, 2025Brass Contributor
Footer Template Not Updating
I have 14 documents that need to have the same footer. This footer consists of three hyperlinks and a page number. When updates need to be made to one, all documents need to be updated. To do this, ...
Kidd_Ip
Jun 23, 2025MVP
Try fix by the following:
- Use a Master Template for Future Documents
- Create a Word template (.dotx) with your footer.
- Base all new documents on this template. Any footer changes require updating the template and creating new documents from it.
- Batch Update Existing Documents
- For your current 14 documents, you need a batch process to replace the footer in all of them at once.
- Batch tools: Software like "Batch Change Word Header and Footer" can replace footers in multiple documents simultaneously, saving significant time.
- VBA Macro: If you are comfortable with macros, you can use or adapt a VBA script to open each document, replace the footer content, and save the changes.
- Consider AutoText Fields in a Global Template
- Store your footer as an AutoText entry in a global template. This approach is more advanced and works best if all users have access to the same global template, but it still requires reinserting the footer to update existing documents.