Sub notes() Dim note As Footnote For Each note In ActiveDocument.Footnotes If note.Range.Characters.Last <> "." Then note.Range.InsertAfter "." End If Next End Sub