The standard footnote separator is an object rather like a footnote reference - it's neither a shape nor an inline shape. You can access it via code like:
Code:
With ActiveDocument.Footnotes.Separator
.End = .End - 1
End With
to exclude the terminating paragraph break, then process/edit it as a Range object.