Select an endnote number and right click and select Style and then modify
the format of the Style and you should be able to get it to be what you
want.
Please post any response to the newsgroups for the benefit of others who may
also be following the thread.
Hope this helps,
Doug Robbins - Word MVP
"DBeck" <dab...@vcu.edu> wrote in message
news:f53001c2163b$df31a750$9be62ecf@tkmsftngxa03...
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"david beck" <dab...@vcu.edu> wrote in message
news:1016b01c217d0$3566c840$b1e62ecf@tkmsftngxa04...
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"David Beck" <dab...@vcu.edu> wrote in message
news:ed3f01c2185a$a9f31a80$a4e62ecf@tkmsftngxa06...
For information on how to view a newsgroup:
http://support.microsoft.com/support/news/howto/default.asp
For a description of the Word newsgroups and tips on posting:
http://www.mvps.org/word/FindHelp/Posting.htm
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"david Beck" <dab...@vcu.edu> wrote in message
news:ee8f01c21879$161353b0$37ef2ecf@TKMSFTNGXA13...
The following macro will replace the endnotes with "notes" numbered in the
format that you want:
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
As these "notes" will no longer be true endnotes, you should save the
document before running the macro and after running the macro, save the
document with another name in case you need to go back to the original and
make some changes.
Please post any response to the newsgroups for the benefit of others who may
also be following the thread.
Hope this helps,
Doug Robbins - Word MVP
"david Beck" <dab...@vcu.edu> wrote in message
news:efeb01c2188d$79843cc0$a4e62ecf@tkmsftngxa06...
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"David Beck" <dab...@vcu.edu> wrote in message
news:10b0301c2191f$7ada6990$9ae62ecf@tkmsftngxa02...
>>> >"David ヘ{掫タ ネ lンテn yコnフ3@
> � Beck" <dab...@vcu.edu> wrote in message
To overcome your crossreference problem I suggest that you use the macro
only immediately before printing the document and that before running the
macro, you unlink all of the fields in the document so that you do not get
the error message when about the bookmarks no longer existing.
Please post any response to the newsgroups for the benefit of others who may
also be following the thread.
Hope this helps,
Doug Robbins - Word MVP
"david Beck" <dab...@vcu.edu> wrote in message
news:f24b01c2192b$49b5bb10$a5e62ecf@tkmsftngxa07...
>>>Word MVPヘ{掫タ D キtS q$bソ
> � FAQ site: http://www.mvps.org/word
>>>
>>>"david Beck" <dab...@vcu.edu> wrote in message
>>>news:ee8f01c21879$161353b0$37ef2ecf@TKMSFTNGXA13...
>>>> Yeah, nice talk. I tried but the address didn't come
>>>> through on your reply as a hyperlink and when I
>>>> copy/pasted it to the address window I got page not
>>found.
>>>> I eventually found it and didn't mean to annoy you.
>>>> >-----Original Message-----
>>>> >If you hang around long enough, someone will probably
>>>> provide a macro. I'm
>>>> >not a programmer, either, so I can't do that. I would
>>>> not, however, have
>>>> >thought that it required programming skill to click
on
>>an
>>>> URL in a NG
>>>> >message.
>>>> >
>>>> >--
>>>> >Suzanne S. Barnhill
>>>> >Microsoft MVP (Word)
>>>> >Words into Type
>>>> >Fairhope, Alabama USA
>>>> >Word MVP FAQ site: http://www.mvps.org/word
>>>> >
>>>> >"David ヘ{掫タ ネ lンテn yコnフ3@
>> � Beck" <dab...@vcu.edu> wrote in message