I'm able to break links in a word document from excel using:-
With ActiveDocument.Sections(1).Range.Fields
.Unlink
End With
Where "1" is the section of the document where the links are to be broken.
Where i'm having a problem is trying to break the links in a header or footer!
Any suggestions would be greatly appreciated.
Thanks, Thom
With ActiveDocument.Sections(1).Range.Fields
.Unlink
End With
Where "1" is the section of the document where the links are to be broken.
Where i'm having a problem is trying to break the links in a header or footer!
Any suggestions would be greatly appreciated.
Thanks, Thom