Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Jeff Mathewson[_2_] Jeff Mathewson[_2_] is offline
external usenet poster
 
Posts: 12
Default Custom formatted footnotes/endnotes

Hello everyone,

Have an issue with footnotes. Need to know if there is a way to create a
custom format for them. We need a something like this:

____ 1 ____ footnote text. with _ being spaces.

Is there such a way to do this in Word?

Thanks,

Jeff.



  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Custom formatted footnotes/endnotes

You can modify
(http://www.shaunakelly.com/word/styl...ifyAStyle.html) the Footnote
Text style to include the relevant left (or first line) indent. For the
space after the number, set a tab stop or a hanging indent (depending on
what you want).

Then you would have to make use of the following macro to insert your
footnotes:

Sub InsertFootnote()

ActiveDocument.Footnotes.Add Range:=Selection.Range

With Selection
.Paragraphs(1).Range.Characters(2) = ""
.InsertAfter "." & vbTab
.Collapse wdCollapseEnd
End With

End Sub

The macro is based on one presented in this article:
http://word.mvps.org/faqs/macrosvba/...scptFnotes.htm.

--
Stefan Blom
Microsoft Word MVP


"Jeff Mathewson" wrote in message
...
Hello everyone,

Have an issue with footnotes. Need to know if there is a way to

create a
custom format for them. We need a something like this:

____ 1 ____ footnote text. with _ being spaces.

Is there such a way to do this in Word?

Thanks,

Jeff.









  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Custom formatted footnotes/endnotes

"Stefan Blom" wrote in message
...
You can modify
(http://www.shaunakelly.com/word/styl...ifyAStyle.html) the

Footnote
Text style to include the relevant left (or first line) indent. For

the
space after the number, set a tab stop or a hanging indent (depending

on
what you want).

Then you would have to make use of the following macro to insert your
footnotes:

Sub InsertFootnote()

ActiveDocument.Footnotes.Add Range:=Selection.Range

With Selection
.Paragraphs(1).Range.Characters(2) = ""
.InsertAfter "." & vbTab
.Collapse wdCollapseEnd
End With

End Sub


Correction: Use this code instead:

Sub InsertFootnote()

ActiveDocument.Footnotes.Add Range:=Selection.Range

With Selection
.Paragraphs(1).Range.Characters(2) = ""
.InsertAfter vbTab 'No period needed
.Collapse wdCollapseEnd
End With

End Sub

--
Stefan Blom
Microsoft Word MVP




The macro is based on one presented in this article:
http://word.mvps.org/faqs/macrosvba/...scptFnotes.htm.

--
Stefan Blom
Microsoft Word MVP


"Jeff Mathewson" wrote in message
...
Hello everyone,

Have an issue with footnotes. Need to know if there is a way to

create a
custom format for them. We need a something like this:

____ 1 ____ footnote text. with _ being spaces.

Is there such a way to do this in Word?

Thanks,

Jeff.














Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there any way to hide endnotes and footnotes? BAW Microsoft Word Help 6 May 5th 23 08:51 AM
converting footnotes to endnotes schmargle Microsoft Word Help 5 January 31st 06 06:33 PM
Footnotes and Endnotes John FM Holstein Microsoft Word Help 1 December 21st 05 10:43 AM
Ending footnotes/endnotes?? Jen Microsoft Word Help 4 December 6th 05 07:02 PM
Change footnotes to endnotes? Doh Microsoft Word Help 2 April 22nd 05 11:01 PM


All times are GMT +1. The time now is 01:41 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"