Sub ScratchMacro() For Each m_oFN In ActiveDocument.Footnotes m_oFN.Range.InsertBefore "{Note " & fcnGetFootnoteReferenceIndex & "} " '& m_oFN.Range.Text Next lbl_Exit: Exit Sub End Sub