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 » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Automatically updating fields like INCLUDETEXT



 
 
Thread Tools Display Modes
  #1  
Old January 30th, 2007, 01:02 AM posted to microsoft.public.word.tables
mokshadavid
external usenet poster
 
Posts: 9
Default Automatically updating fields like INCLUDETEXT

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!
  #2  
Old January 30th, 2007, 03:12 AM posted to microsoft.public.word.tables
macropod
external usenet poster
 
Posts: 1,231
Default Automatically updating fields like INCLUDETEXT

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

--
macropod
[MVP - Microsoft Word]


"mokshadavid" wrote in message ...
| 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!


 




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


All times are GMT +1. The time now is 11:46 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.