Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-04-2017, 05:07 AM
mqdias mqdias is offline Update fields of the same type automatically Windows 7 64bit Update fields of the same type automatically Office 2013
Novice
Update fields of the same type automatically
 
Join Date: Mar 2013
Posts: 3
mqdias is on a distinguished road
Default Update fields of the same type automatically

Hi,

I have a field in each figure subtitle with it's number and this is showed in a figure index.
When i insert a new figure in the middle of the document i need to update the field of each field after the new one, manually...
Is there anyway to update automatically only the same type of fields (no the whole document).



Thanks
Reply With Quote
  #2  
Old 08-04-2017, 07:37 PM
macropod's Avatar
macropod macropod is offline Update fields of the same type automatically Windows 7 64bit Update fields of the same type automatically Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Ctrl-A, F9 will update all fields (a print preview will update most, too) but, if you only want to update particular fields, you'll have to do them individually. That process could be automated with a macro, though.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 08-08-2017, 01:38 AM
mqdias mqdias is offline Update fields of the same type automatically Windows 7 64bit Update fields of the same type automatically Office 2013
Novice
Update fields of the same type automatically
 
Join Date: Mar 2013
Posts: 3
mqdias is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Ctrl-A, F9 will update all fields (a print preview will update most, too) but, if you only want to update particular fields, you'll have to do them individually. That process could be automated with a macro, though.
Thanks macropod,

I have no alternative but to do it individually then....
Thanks for the reply!
Reply With Quote
  #4  
Old 08-08-2017, 03:18 AM
macropod's Avatar
macropod macropod is offline Update fields of the same type automatically Windows 7 64bit Update fields of the same type automatically Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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 PC macro installation & usage instructions, see: http://www.gmayor.com/installing_macro.htm
For Mac macro installation & usage instructions, see: http://wordmvp.com/Mac/InstallMacro.html
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply



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
Update fields of the same type automatically 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

Other Forums: Access Forums

All times are GMT -7. The time now is 03:44 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft