J
Jean-Paul Darcis
Hi,
I found this interesting macro on
http://word.mvps.org/FAQS/MacrosVBA/UnSuperscptFnotes.htm.
Sub InsertFootnote()
ActiveDocument.Footnotes.Add Range:=Selection.Range
With Selection
.Paragraphs(1).Range.Font.Reset
.Paragraphs(1).Range.Characters(2) = ""
.InsertAfter "." & vbTab
.Collapse wdCollapseEnd
End With
End Sub
However, it does not seem to work with Word 2003.
Does anybody know why and how to correct it? Yes, I did ask the question
on the MVP site ...
Regards
--
*-*-*-*-*-*-*-*-*-*
Jean-Paul Darcis
Keep your documents and emails lean and efficient!
Focus on the content, not on fluff, and zip!
*-*-*-*-*-*-*-*-*-*
I found this interesting macro on
http://word.mvps.org/FAQS/MacrosVBA/UnSuperscptFnotes.htm.
Sub InsertFootnote()
ActiveDocument.Footnotes.Add Range:=Selection.Range
With Selection
.Paragraphs(1).Range.Font.Reset
.Paragraphs(1).Range.Characters(2) = ""
.InsertAfter "." & vbTab
.Collapse wdCollapseEnd
End With
End Sub
However, it does not seem to work with Word 2003.
Does anybody know why and how to correct it? Yes, I did ask the question
on the MVP site ...
Regards
--
*-*-*-*-*-*-*-*-*-*
Jean-Paul Darcis
Keep your documents and emails lean and efficient!
Focus on the content, not on fluff, and zip!
*-*-*-*-*-*-*-*-*-*