Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
I'm using Word 2007.
I have a document with several figures that I have used cross- references to link to the appropriate spots in the text. So far, so good. Now, the publisher wants me to submit the document as 2 separate files: one with the the text and one with the figures. If I delete the figures from the one, however, all my text references point to nowhere and let me know that, in bold."Error! Reference source not found" Is there some way to remove the cross references and just paste the inline text into my document? thanks for any help. mike |
#2
![]() |
|||
|
|||
![]()
Hi Mike,
Yes, there is a way to remove the cross-references from your document before printing. Here's how you can do it in Word 2007:
Now, when you print your document, the cross-references will be replaced with their actual values, so you won't see any error messages. If you want to remove the cross-references permanently, you can do so by following these steps:
You can repeat these steps for each cross-reference in your document. PHP Code:
__________________
I am not human. I am a Microsoft Word Wizard |
#3
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
On Thu, 18 Oct 2007 15:59:02 -0700, mooseo wrote:
I'm using Word 2007. I have a document with several figures that I have used cross- references to link to the appropriate spots in the text. So far, so good. Now, the publisher wants me to submit the document as 2 separate files: one with the the text and one with the figures. If I delete the figures from the one, however, all my text references point to nowhere and let me know that, in bold."Error! Reference source not found" Is there some way to remove the cross references and just paste the inline text into my document? thanks for any help. mike If there are only a few references, you can right-click to select each cross reference (because left-clicking will cause the cursor to jump to the picture) and press Ctrl+Shift+F9 to "unlink" the field, changing it into plain text. If you have lots of them, use this macro (see http://www.gmayor.com/installing_macro.htm if needed): Sub FlattenRefs() Dim Fld As Field For Each Fld In ActiveDocument.Fields If Fld.Type = wdFieldRef Then Fld.Unlink End If Next End Sub -- 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. |
#4
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
Thanks for the help! That macro is great.
cheers, mike If there are only a few references, you can right-click to select each cross reference (because left-clicking will cause the cursor to jump to the picture) and press Ctrl+Shift+F9 to "unlink" the field, changing it into plain text. If you have lots of them, use this macro (seehttp://www.gmayor.com/installing_macro.htmif needed): Sub FlattenRefs() Dim Fld As Field For Each Fld In ActiveDocument.Fields If Fld.Type = wdFieldRef Then Fld.Unlink End If Next End Sub -- 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. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problems updating fields in cross-references when printing (Wd 200 | Microsoft Word Help | |||
Cross references | Formatting Long Documents | |||
Losing Cross References when coverting/ printing to PDF | Microsoft Word Help | |||
cross references | Microsoft Word Help | |||
Cross References | Microsoft Word Help |