![]() |
#1
|
|||
|
|||
![]() I am creating a lengthy Word document with repeated technical information that I would like to be able to reference/link together so that if I change the information at one location, the rest will change to match. Quicksilver/Interleaf has a way of doing this through autoreferences where you tag certain areas and can have other areas refer back to these locations. I would like to see if this is possible in Word 2007. Also, can anyone recommend a plug-in or add on that would allow for having drafting/cad sketching functionality within an inserted frame? Thank you. Last edited by Bird_FAT; 05-20-2009 at 10:57 AM. |
#2
|
||||
|
||||
![]()
I must admit, I had to look into this one a bit - I haven't done this for ages and certainly not in 2007; so, first of all - thank you for the interesting challenge to the old grey cells!
OK - what you are going to need to do is create bookmarks for each of the pieces of information that you would like to have repeated in your document. To do this, you need to highlight the entire section of text and then, on the Insert tab, add a bookmark (no spaces allowed, try to keep them clear). Then, in the place where you want them to be repeated go to the Insert tab and click on Quick Parts and choose Field; now in the Field Names: list, choose Ref. Now in the centre section, you should see all of your bookmarks; choose the one you want to reference at this time (select any of the appropriate options on the right - probably none) and hit OK. The one thing about field codes is that they need updating; which is SOOO easy to forget to do. So, you have to remember to do it often - to do it for one field - click on the field and hit F9, to do it for te whole document use Ctrl+A to select all, then hit F9. There is another way of 'Automating' it, too! Below is a little bit of VBA code that will cause the document to Auto Update all the fields in the document every time you open it - this will ensure that it is as up to date as possible, as often as possible!
Code:
Private Sub Document_Open() Dim myRange Set myRange = Selection.Range Selection.WholeStory Selection.Fields.Update myRange.Select End Sub As for the plug-in - erm! bump! Anyone?? |
#3
|
|||
|
|||
![]()
You can also set Word to automatically update this kind of stuff (I think it refers to this as well as TOCs etc)
1. Click the Office button 2. Click Word Options 3. Open the Display section 4. Select Update fields before printing 5. Select Update linked data before printing 6. Click OK |
#4
|
||||
|
||||
![]() Quote:
Only problem with it is that it will only update when you go to PRINT, the method I use above will run every time you OPEN or CLOSE the document! Comes down to what you need it to do, as to which you use! |
#5
|
|||
|
|||
![]()
This info will be helpful to me in Word 2010 also! Thanks!
|
#6
|
|||
|
|||
![]()
I have tried the above suggestions with no success.
Background: Using Office 2003, I have a one page form that has over 20 text fields to be entered in different locations throughout the form. For example: there are 5 fields on the form that all require the same information such as a persons name. Another 3 fields that will be the date, a couple that will be a string of text. Currently when filling the form out I have to type the same name in all 5 different locations and so on. Looking to link the text fields together so that when I type the persons name into the first text field and tab to the next field, it will auto fill the name throughout the other text fields for name and the same with the date... time... etc.... Is this possible?? Thanks, MN |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cross referencing | maltesedog | Word | 0 | 02-13-2009 07:43 AM |
Referencing a Captioned Picture | ComcoDG | Word | 0 | 11-10-2008 04:40 PM |
Auto Dial from Contacts | appztester | Outlook | 0 | 06-08-2006 02:52 PM |
![]() |
Launchnet | Excel | 1 | 04-18-2006 06:25 AM |
Auto printing of new Mail | DHeggen | Outlook | 1 | 02-14-2006 04:24 PM |