Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / December 2004

Tip: Looking for answers? Try searching our database.

Why don't fields in footer update

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jim118 - 11 Dec 2004 22:35 GMT
I am trying to update the fields in my footer for a word document, and can't
do it.
I read all of word help, searched the Internet typing in a whole series of
word combinations.

I found one site that said it can't done. By "it" I mean that when I fill in
the drop down boxes, they update thoughout the entire document, but not in
the footer

If it is possible, I want it to update the footer fields as well.

Do you know if it is possible to do in word 2000?
Helmut Weber - 11 Dec 2004 23:25 GMT
Hi,
you have to address all storyranges.
see
http://word.mvps.org/faqs/customization/ReplaceAnywhere.htm

The example there is for replacing text, but could be adapted
to updating fields. If You can't get it to work, ask again.

Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
Larry - 13 Dec 2004 19:59 GMT
Sub UpdateAllFields()
' Updates all fields in document including Headers/Footers.

Dim oStory As Range
 For Each oStory In ActiveDocument.StoryRanges
   oStory.Fields.Update
 Next oStory

End Sub

Larry

> I am trying to update the fields in my footer for a word document,
> and can't do it.
[quoted text clipped - 8 lines]
>
> Do you know if it is possible to do in word 2000?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.