![]() |
|
#4
|
||||
|
||||
|
As I said, it could be automated with a macro. For example:
Code:
Sub Demo() Application.ScreenUpdating = False Dim Fld As Field For Each Fld In ActiveDocument.Fields If Fld.Type = wdFieldSequence Then Fld.Update Next Application.ScreenUpdating = True End Sub For Mac macro installation & usage instructions, see: http://wordmvp.com/Mac/InstallMacro.html
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automatically Update Version | jhodgkins | Visio | 0 | 11-29-2016 01:45 PM |
| how to update calculated fields | sectionbreak | Mail Merge | 4 | 06-04-2014 12:12 AM |
| Does Word have an option to update fields AUTOMATICALLY at open??? | Jamal NUMAN | Word | 17 | 01-27-2012 12:57 AM |
How to set links that automatically update
|
tkelly5446 | Project | 1 | 11-17-2010 04:26 AM |
| VBA to update certain (but not all) fields | sparkyrose | Word VBA | 0 | 05-20-2010 12:50 PM |