Hi all,
The following macro unlinks the fields in a document, and then deletes itself:
--------------------------
Sub UnlinkFields()
Dim oRange As Word.Range
With ActiveDocument
For Each oRange In .StoryRanges
Do
oRange.Fields.Unlink
Set oRange = oRange.NextStoryRange
Loop Until oRange Is...
Hi all,
The following macro unlinks the fields in a document, and then deletes itself:
--------------------------
Sub UnlinkFields()
Dim oRange As Word.Range
With ActiveDocument
For Each oRange In .StoryRanges
Do
oRange.Fields.Unlink
Set oRange =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.