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 2009

Tip: Looking for answers? Try searching our database.

Numeration of references

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Antonio - 26 Mar 2009 14:30 GMT
Hello!

I have a document with a Bibliografy.
The entries are like this:
[1] entry 1
[2] entry 2

[x] entry x

Sometimes, in some part of my text, I have to reference to some of them.
Some authors [1],[2],[3] believe that....

but instead of [1],[2],[3] I would like to put [1,2,3] when I'm inserting
the references.

How could I do it?
could you help me, please?

Best regards,
Antonio.
Suzanne S. Barnhill - 26 Mar 2009 16:23 GMT
See http://sbarnhill.mvps.org/WordFAQs/CombineXrefs.htm for general
principles, but note that, if the brackets are part of the number format, it
may not be possible to put the range within a single set of brackets.

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

> Hello!
>
[quoted text clipped - 16 lines]
> Best regards,
> Antonio.
Antonio - 27 Mar 2009 14:57 GMT
Hi Suzanne,

Thanks for your answer.

> See http://sbarnhill.mvps.org/WordFAQs/CombineXrefs.htm for general
> principles, but note that, if the brackets are part of the number format, it
> may not be possible to put the range within a single set of brackets.

Yes, the brakets are part of the number format :(
How could I solve it to get the references as I would like?

thanks for you help,
Regards,
Antonio.

> > Hello!
> >
[quoted text clipped - 16 lines]
> > Best regards,
> > Antonio.
Suzanne S. Barnhill - 27 Mar 2009 15:26 GMT
That may well require a macro, which I am unable to supply. Perhaps someone
else can help?

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

> Hi Suzanne,
>
[quoted text clipped - 34 lines]
>> > Best regards,
>> > Antonio.
Doug Robbins - Word MVP on news.microsoft.com - 27 Mar 2009 23:43 GMT
If you do not need the references to be hyperlinked to their source, which
they could not be in that format anyway, you run the following macro to
unlink them and replace ],[ with a ,

Dim af As Field
For Each af In ActiveDocument.Fields
   If af.Type = wdFieldRef Then
       af.Unlink
   End If
Next af
With Selection
   .HomeKey wdStory
   .Find.Execute FindText:="],[", MatchWildcards:=False, _
   Format:=ClearFormatting, ReplaceWith:=",", Replace:=wdReplaceAll
End With

Signature

Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

> Hi Suzanne,
>
[quoted text clipped - 34 lines]
>> > Best regards,
>> > Antonio.
 
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



©2010 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.