![]() |
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. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Hi all,
Is there an easy way to add this code to a word doc, I am having to type similar code manually everytime a new code has been created. I can't copy and paste as I have to press CTRL + F9 for "{}" {IF {MERGEFIELD"REG_CODE"}="LAB"{INCLUDETEXT "C:\\DB\\LAB.doc" \* MERGEFORMAT}""\MERGEFORMAT} Thanks for you help. A. |
Ads | |
#2
|
|||
|
|||
![]()
Select a field of that kind that you've already inserted the long way. Press
Alt+F3 anf give a name for the AutoText entry. This will be saved in the Normal.dot template. The next time you need a field like that, type the name of the AutoText entry and press F3 to insert the field in the document. Expand the field code and change whatever needs to be different (I assume it's a different file path). Press F9 to update the field. See http://www.word.mvps.org/FAQs/Custom...n/AutoText.htm for more info. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. wrote: Hi all, Is there an easy way to add this code to a word doc, I am having to type similar code manually everytime a new code has been created. I can't copy and paste as I have to press CTRL + F9 for "{}" {IF {MERGEFIELD"REG_CODE"}="LAB"{INCLUDETEXT "C:\\DB\\LAB.doc" \* MERGEFORMAT}""\MERGEFORMAT} Thanks for you help. A. |
#3
|
|||
|
|||
![]()
It is not \MERGEFORMAT but \*MERGEFORMAT! - in any case the syntax of your
field construction is wrong. It should be {IF {MERGEFIELD "REG_CODE"} = "LAB" "{INCLUDETEXT "C:\\DB\\LAB.doc" \*MERGEFORMAT }" ""} Press Ctrl+F9 for each field bracket pair {} and type in the rest. Toggle the display ALT+F9 and update the field.F9 -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org wrote: Hi all, Is there an easy way to add this code to a word doc, I am having to type similar code manually everytime a new code has been created. I can't copy and paste as I have to press CTRL + F9 for "{}" {IF {MERGEFIELD"REG_CODE"}="LAB"{INCLUDETEXT "C:\\DB\\LAB.doc" \* MERGEFORMAT}""\MERGEFORMAT} Thanks for you help. A. |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
InsertCross reference... mergeformat by default?? | Mike Starr | Microsoft Word Help | 6 | September 20th 06 12:12 AM |
\* MERGEFORMAT error | Colin44 | Page Layout | 1 | May 3rd 06 09:16 AM |
why do i get shapeformat mergeformat in my word 2003? | Zia Butt | Microsoft Word Help | 1 | July 4th 05 12:26 AM |
why do i get { EMBED MSGraph \* MERGEFORMAT }instead of picture | Megan | Microsoft Word Help | 1 | May 4th 05 04:01 PM |
Mergeformat field | kharrison | Microsoft Word Help | 6 | February 17th 05 03:38 AM |