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 / January 2007

Tip: Looking for answers? Try searching our database.

Automatically updating fields like INCLUDETEXT

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mokshadavid - 30 Jan 2007 01:02 GMT
Hi,  is it possible to automatically update FIELDS like INCLUDETEXT in table,
everytime the document is opened?  In my case, I am using a BOOKMARK & then
INCLUDETEXT to copy text into a cell located in a separately saved document
with a similar table.  I would like to update this field automatically in
some way instead of manually.  I see where the button is to update it when
printing, but I want it updated more often than that so I don't confuse the
information.  Also, would you tell me the easiest way to set up my field so
that changing the INCLUDETEXT field text would change the original "BOOKMARK"
text also?  Thanks, I hope this makes sense!  Any help is appreciated!
macropod - 30 Jan 2007 03:12 GMT
Hi mokshadavid,

Although there's also an 'update automatic links at open' option, this doesn't work with INCLUDETEXT fields, so the short answer is
no. However, you can update the field at any time by selecting it and pressing F9. Alternatively, to automate updating on opening,
you could insert a macro into the document, coded like:

Sub AutoOpen()
ActiveDocument.Fields.Update
End Sub

Cheers

Signature

macropod
[MVP - Microsoft Word]

| Hi,  is it possible to automatically update FIELDS like INCLUDETEXT in table,
| everytime the document is opened?  In my case, I am using a BOOKMARK & then
[quoted text clipped - 5 lines]
| that changing the INCLUDETEXT field text would change the original "BOOKMARK"
| text also?  Thanks, I hope this makes sense!  Any help is appreciated!
 
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.