Footnotes.Separator (Word)
Devuelve un objeto Range que representa el separador de notas al pie.
With ActiveDocument.Footnotes.Separator
.Delete
.Borders(wdBorderTop).LineStyle = wdLineStyleSingle
.ParagraphFormat.RightIndent = InchesToPoints(3)
End With