How do I make Word 2007 update all fields upon save? This should include fields in headers and footers.
If possible, no macros and VB code please. I want to keep the documents clean.
|
How do I make Word 2007 update all fields upon save? This should include fields in headers and footers. If possible, no macros and VB code please. I want to keep the documents clean. |
||||
|
Since Ctrl+A and Ctrl+F9 will not address the headers/footers, and possibly other stories, VBA or other code will be required, which would probably be a question best fit for Stack Overflow. VBA code might look like:
I would not recommend taking over Word's Save event to run this automatically, but rather hooking it to a button or have some other way for the user to explicitly call it. |
|||
|
|
F9orCtrl+F9is involved. If you hit that beforeCtrl+S, you should be fine. – Randolph West Oct 1 '10 at 5:50Ctrl+AthenCtrl+F9doesn't include the headers and footers. – Kit Oct 1 '10 at 6:06