Share via

APA 7th Edition in MS Word

Anonymous
2021-03-11T00:47:14+00:00

Moderator's Note: You may want to use the updated version posted in this thread.

I am writing this post because I am currently a Doctoral student and have figured out how to modify MS Word to include APA 7th formatting.  I am only providing this file and the necessary location for it for education purposes.  If any installations of MS Office are corrupted as a result of using this file, I am not responsible to address or repair any issues. 

That being said, I have been using this on my Office 2016 installation for just over a year.  It is not complete, but is a start.  I mostly use Journal Articles as references, but I am working on getting the rest of the common publication types up to the APA 7th standard.  I also recommend that students and professionals use the APA 7th Ed. Publication Guide to check their work for accuracy before submitting for grading.

The following file will need to be placed in this location: C:\Users<your_login_name>\AppData\Roaming\Microsoft\Bibliography\Style

File URL: APASeventhEd.xsl 

Once it is placed in the folder, restart MS Word and the style selection under the References tab should show APA7. I cannot verify this functionality for any other versions of Word.  Feel free to reach out to me if you have any questions and I can help where possible. I know there are many students out there struggling because MS Word is behind on this standard.


Moderator's Note: This should be fixed by Microsoft, but nothing written here or on other forums is even seen by the people who can fix it. Use the feedback mechanisms to let them know that this is a problem, even if you can work around it. See https://answers.microsoft.com/en-us/msoffice/forum/all/giving-feedback-on-microsoft-word-or-other/8df81a9b-84aa-46ef-bf88-24fb7fec96ba.

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

21 answers

Sort by: Most helpful
  1. Doug Robbins - MVP - Office Apps and Services 323.1K Reputation points MVP Volunteer Moderator
    2021-04-13T02:57:02+00:00

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-04-06T09:56:54+00:00

    Great Thanks to you Mike!. It worked for me!

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  3. Doug Robbins - MVP - Office Apps and Services 323.1K Reputation points MVP Volunteer Moderator
    2021-04-19T06:08:20+00:00

    On a Mac, Word templates are stored in the user Library folder, which is hidden by default. To open it, hold down the Option/Alt key while clicking on the Go menu and choosing Library. Word 2011 templates are stored in ~/Library/Application Support/Microsoft/Office/User Templates/My Templates

    There may be something similar for the Bibliography styles

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-05-27T05:44:35+00:00

    Thank you so much Mike!! I really appreciate you creating this code for all of us students. I installed it and it works perfectly.

    Laura

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2021-04-13T04:43:22+00:00

    hi, thanks for the file, I see that for resources that have an url it says "retrieved from" but in Apa 7 ed. that was removed, so how I can remove that legend? any clue? thanks in advance

    I haven't figured it out yet because I'm no expert in coding (lol) but check out lines 7,077-7,165 if you have Notepad++. The answer may lie in there

    I was able to change the colon to a dot (before the URL) in lines 7,097-7,099:

    <xsl:if test="string-length(b:InternetSiteTitle)>0 and string-length(b:URL)>0">

      <xsl:call-template name="templ_prop_Dot"/>

      <xsl:call-template name="templ_prop_Space"/>

    </xsl:if>

    I don't know if that's correct, but hey it works and my program and my thesis aren't broken 😂

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments