View Single Post
 
Old 05-30-2018, 04:10 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote