A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Update Fields



 
 
Thread Tools Display Modes
  #1  
Old August 12th, 2004, 01:37 AM
Ross Payne
external usenet poster
 
Posts: n/a
Default Update Fields

In my Word 2003 document, there are a few fields. One is in the footer. I am
in the habit of hitting CTRL + A and then F9 to update the fields before
saving the document or printing it. But this does not appear to work for the
field in the footer. Is there a command for this, or do you just have to
remember to go into the footer to update the field? Thanks,

Ross Payne


  #2  
Old August 12th, 2004, 02:03 AM
Greg Maxey
external usenet poster
 
Posts: n/a
Default Update Fields

Ross,

Toggle in and out of print preview.

I run a macro assigned to F9

Sub UpdateFields()
Dim oStory As Range
For Each oStory In ActiveDocument.StoryRanges
oStory.Fields.Update
If oStory.StoryType wdMainTextStory Then
While Not (oStory.NextStoryRange Is Nothing)
Set oStory = oStory.NextStoryRange
oStory.Fields.Update
Wend
End If
Next oStory
Set oStory = Nothing
End Sub

--
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in

Ross Payne wrote:
In my Word 2003 document, there are a few fields. One is in the
footer. I am in the habit of hitting CTRL + A and then F9 to update
the fields before saving the document or printing it. But this does
not appear to work for the field in the footer. Is there a command
for this, or do you just have to remember to go into the footer to
update the field? Thanks,

Ross Payne



  #3  
Old August 12th, 2004, 03:36 AM
Suzanne S. Barnhill
external usenet poster
 
Posts: n/a
Default Update Fields

Fields in the header/footer are automatically updated when you print (or
switch to Print Preview).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Ross Payne" wrote in message
...
In my Word 2003 document, there are a few fields. One is in the footer. I

am
in the habit of hitting CTRL + A and then F9 to update the fields before
saving the document or printing it. But this does not appear to work for

the
field in the footer. Is there a command for this, or do you just have to
remember to go into the footer to update the field? Thanks,

Ross Payne



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to force the update of all calcualted fields in a word document? Admin Formatting Long Documents 2 July 21st, 2004 10:23 PM
Auto Update Problem - OE Now Not Deleting Some Messages Kirk Kridner Outlook Express 0 July 16th, 2004 09:31 PM
[Modules] Updating Calculated Fields ? Nico Using Forms 3 June 16th, 2004 10:31 AM
Why no update? Help! Brian New Users 1 May 6th, 2004 11:15 AM
Update Formulae Fields Problem Sue Mailmerge 1 April 30th, 2004 03:48 AM


All times are GMT +1. The time now is 04:50 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.