Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Word
application.errors
conversions
docmanagement
drawing.graphics
formatting.longdocs
international
internet.assistant
mail
mailmerge.fields
menustoolbars
newusers
numbering
oleinterop
pagelayout
printingfonts
setup.networking
spelling.grammar
tables
vba.addins
vba.beginners
vba.customization
vba.general
vba.userforms
web.authoring
word6-7macros
word97vba
  
 
date: Tue, 23 Sep 2008 14:30:01 -0700,    group: microsoft.public.word.vba.general        back       


How to make Cross-references plain text   
I have a very large document that I have hundreds of cross-references entered 
as links. I need to split the document up into chunks which may get separated 
thereby breaking the links in the file.

Is there a way to replace the links with plain text, without having to enter 
this manually. I am looking for someone who has a macro or knows how to do 
this.

Please help, this is rather urgent.
-- 
Ken Smith
date: Tue, 23 Sep 2008 14:30:01 -0700   author:   Ken

Re: How to make Cross-references plain text   
Dim afield As Field
    For Each afield In ActiveDocument.Fields
        If afield.Type = wdFieldRef Then
            afield.Unlink
        End If
    Next afield


-- 
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Ken"  wrote in message 
news:51161C10-EB9A-4389-B427-2F4A6373BE92@microsoft.com...
>I have a very large document that I have hundreds of cross-references 
>entered
> as links. I need to split the document up into chunks which may get 
> separated
> thereby breaking the links in the file.
>
> Is there a way to replace the links with plain text, without having to 
> enter
> this manually. I am looking for someone who has a macro or knows how to do
> this.
>
> Please help, this is rather urgent.
> -- 
> Ken Smith
date: Wed, 24 Sep 2008 11:03:25 +1000   author:   Doug Robbins - Word MVP

Re: How to make Cross-references plain text   
Thank you, it worked!
-- 
Ken Smith


"Doug Robbins - Word MVP" wrote:

>     Dim afield As Field
>     For Each afield In ActiveDocument.Fields
>         If afield.Type = wdFieldRef Then
>             afield.Unlink
>         End If
>     Next afield
> 
> 
> -- 
> Hope this helps.
> 
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
> 
> Doug Robbins - Word MVP
> 
> "Ken"  wrote in message 
> news:51161C10-EB9A-4389-B427-2F4A6373BE92@microsoft.com...
> >I have a very large document that I have hundreds of cross-references 
> >entered
> > as links. I need to split the document up into chunks which may get 
> > separated
> > thereby breaking the links in the file.
> >
> > Is there a way to replace the links with plain text, without having to 
> > enter
> > this manually. I am looking for someone who has a macro or knows how to do
> > this.
> >
> > Please help, this is rather urgent.
> > -- 
> > Ken Smith 
> 
> 
>
date: Tue, 23 Sep 2008 19:02:01 -0700   author:   Ken

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us