View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
macropod macropod is offline
external usenet poster
 
Posts: 1,002
Default Repeating Table CELL info across multiple saved docs

Hi mokshadavid,

You can do this with an INCLUDETEXT field. Simply bookmark the table and use the bookmark name in the INCLUDETEXT field. For example
you might code the field as:
{INCLUDETEXT "C:/Path/Branch/Main.doc" Tbl1}
where 'Tbl1' is the bookmark name.

Cheers

--
macropod
[MVP - Microsoft Word]


"mokshadavid" wrote in message ...
| I see in a below reply how to repeat CELL information within a single
| document with tables (bookmark & cross-reference). But, is it possible to
| set it up so that information entered into a Table-CELL in saved TABLE1.doc
| will be automtically updated in a separately saved TABLE2.doc too?? I want
| to keep the similar tables saved separately for ease of use, so being able to
| repeat CELL-info accurately across multiple tables would be a real timesaver.
| Any help is appreciated!