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 / Tables / October 2004

Tip: Looking for answers? Try searching our database.

Updating Formula Results

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kitty - 05 Oct 2004 20:12 GMT
I have a table with a few calculations.  Nothing fancy.

Is there a way to update all formula results at once,
without having to click each one and pressing F9?  I know
I can set Word to update the fields when I print, but I
don't want to have to do that to update the formulas if I
change one of the numbers.

Thanks!

Kitty
Greg - 05 Oct 2004 20:29 GMT
Kitty,
CTRL+a (select all) then F9 or if you have update fields
as a print option then you can toggle in and out of print
preview.

You can also put the following macro in you template and
then assign it to a keyboard shortcut or menu command:

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

>-----Original Message-----
>I have a table with a few calculations.  Nothing fancy.
[quoted text clipped - 9 lines]
>Kitty
>.
Kitty - 06 Oct 2004 11:38 GMT
Thanks!

>-----Original Message-----
>Kitty,
[quoted text clipped - 34 lines]
>>
>.
 
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.