Sub Macro1() Dim oFld As Field For Each oFld In ActiveDocument.Fields If oFld.Type = wdFieldHyperlink Then oFld.Unlink End If Next oFld End Sub