+ Reply to Thread
Results 1 to 3 of 3

Add New Source for bibliography in word by VBA

  1. #1
    Registered User
    Join Date
    09-13-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    88

    Red face Add New Source for bibliography in word by VBA

    Hi, there
    As when you insert a new source for bibliography in "Word", you can not spell check it. Can I insert a new source by VBA?

    Thanks
    Regards,
    Lily
    Last edited by SpringLily; 12-23-2011 at 04:57 AM. Reason: Solved

  2. #2
    Forum Expert macropod's Avatar
    Join Date
    12-22-2011
    Location
    Canberra, Australia
    MS-Off Ver
    Word, Excel & Powerpoint 2003 & 2010
    Posts
    3,726

    Re: Add New Source for bibliography in word by VBA

    Hi Lily,

    You can do this via code like: ActiveDocument.Bibliography.Sources.Add StrXML

    See 'Working with Bibliographies' in Word's vba help file. Note that you have to embed the new entry in XML code. The code example for this in the Help file is:
    Please Login or Register  to view this content.
    Cheers,
    Paul Edstein
    [Fmr MS MVP - Word]

  3. #3
    Registered User
    Join Date
    09-13-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    88

    Re: Add New Source for bibliography in word by VBA

    Thanks, Paul. This is very helpful. Regards, Lily.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1