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 / Numbering / March 2004

Tip: Looking for answers? Try searching our database.

Un-Embedding Footnotes and Endnotes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jeff Gerke - 05 Mar 2004 18:49 GMT
This is a suggestion and a request for future versions of
Word.

I work at a publishing company. Many authors use the
Footnote/Endnote feature of Word to cite their material.
However, when it comes time to send the manuscript off for
production, we have to go through and manually un-embed
all those notes. We have to insert superscript numbers,
create an endnotes page, do another superscript, and paste
in the citation. One note at a time.

How much easier it would be to simply have an Un-embed
feature in Word. I click the feature and boom, all of
those embedded notes are now unembedded. All superscript
numbers are there. An endnotes page is there with all my
notes.

Doable?

Jeff
Doug Robbins - Word MVP - DELETE UPPERCASE CHARACTERS FROM EMAIL ADDRESS - 05 Mar 2004 23:53 GMT
Here's a macro that does it:

' Macro created 29/09/99 by Doug Robbins to replace endnotes with textnotes
at end of document
' to replace the endnote reference in the body of the document with a
superscript number.
'
   Dim aendnote As Endnote
   For Each aendnote In ActiveDocument.Endnotes
       ActiveDocument.Range.InsertAfter vbCr & aendnote.Index & vbTab &
aendnote.Range
       aendnote.Reference.InsertBefore "a" & aendnote.Index & "a"
   Next aendnote
   For Each aendnote In ActiveDocument.Endnotes
       aendnote.Reference.Delete
   Next aendnote
   Selection.Find.ClearFormatting
   Selection.Find.Replacement.ClearFormatting
   With Selection.Find.Replacement.Font
       .Superscript = True
   End With
   With Selection.Find
       .Text = "(a)([0-9]{1,})(a)"
       .Replacement.Text = "\2"
       .Forward = True
       .Wrap = wdFindContinue
       .Format = True
       .MatchWildcards = True
   End With
   Selection.Find.Execute Replace:=wdReplaceAll

Signature

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested.  Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP

> This is a suggestion and a request for future versions of
> Word.
[quoted text clipped - 16 lines]
>
> Jeff
Dayo Mitchell - 06 Mar 2004 07:03 GMT
Count me in for that viewpoint.  Please send your feedback to
mswish@microsoft.com.  I doubt they will fix anything, since they generally
overlook the author/academic market, but hey, might as well put in an
official complaint.  Some one else just asked how to do that last week, on
this NG, but so far does not have an answer.

But Doug has given you a macro, so you're in luck.  Doug, I hope you don't
mind if I repost your macro under the last person who asked this question.

DM

> This is a suggestion and a request for future versions of
> Word.
[quoted text clipped - 16 lines]
>
> Jeff
Doug Robbins - Word MVP - DELETE UPPERCASE CHARACTERS FROM EMAIL ADDRESS - 06 Mar 2004 07:37 GMT
Hi Dayo,

No, I don't mind.

Signature

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested.  Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP

> Count me in for that viewpoint.  Please send your feedback to
> mswish@microsoft.com.  I doubt they will fix anything, since they
[quoted text clipped - 28 lines]
>>
>> Jeff
Suzanne S. Barnhill - 06 Mar 2004 15:38 GMT
May I suggest that this would be a good article for the Word FAQ site?
Perhaps you and Dayo could collaborate on it?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Signature

Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


> Hi Dayo,
>
[quoted text clipped - 39 lines]
> >>
> >> Jeff
 
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.