Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / September 2007

Tip: Looking for answers? Try searching our database.

footnotes macro

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jean-Paul Darcis - 23 Sep 2007 19:16 GMT
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
Signature

*-*-*-*-*-*-*-*-*-*
Jean-Paul Darcis
Keep your documents and emails lean and efficient!
Focus on the content, not on fluff, and zip!
*-*-*-*-*-*-*-*-*-*

Graham Mayor - 24 Sep 2007 06:37 GMT
Change the name to

Sub InsertFootnoteNow()

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> Hi,
>
[quoted text clipped - 20 lines]
>
> Regards
Jean-Paul Darcis - 24 Sep 2007 13:31 GMT
Thanks!
Signature

*-*-*-*-*-*-*-*-*-*
Jean-Paul Darcis
Keep your documents and emails lean and efficient!
Focus on the content, not on fluff, and zip!
*-*-*-*-*-*-*-*-*-*

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.