Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Changing a Heading to Body Text.

Changing a Heading to Body Text

Written by Allen Wyatt (last updated February 15, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365


3

Word contains a powerful outlining system that allows you to quickly make changes to document structure. You do this in Outline view, which is most easily invoked by clicking on the Outline view button on the status bar. When you enter Outline view, Word displays the Outlining tab on the ribbon. You use the controls on the tab to change indentation levels for your outline.

Besides headings, you may have body text within your document. You may wish to change a current heading to body text. You can do this in any of these ways, after positioning the insertion point on the heading you want to change:

  • Using the mouse, click on the Demote to Body Text tool. This is the one that looks like two right arrows.
  • Apply a formatting style that is not a heading level.
  • Using the mouse, drag the body text indicator (the small plus sign to the left of the heading) to the right. Drag it far enough that you pass through all nine heading levels, which is necessary before the paragraph is changed to body text.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (5335) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Changing a Heading to Body Text.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Absolutely Getting Rid of Formatting

Need to get rid of the formatting applied to a bunch of text? One of the easiest ways to do this is to use Notepad in ...

Discover More

Converting to Automatic Endnotes

When you add endnotes to a document, they are automatically maintained and renumbered by Word, as necessary. If you get a ...

Discover More

Bookmark Error when Printing

Bookmarks are commonly used in Word documents as a way to cross-reference information. If the bookmark referenced by the ...

Discover More

The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!

More WordTips (ribbon)

Formatting In Your Outline

Don't like the formatting that appears when looking at your document in Outline view? You can turn off the formatting and ...

Discover More

Changing Outline Structure

When working with the outline of a document, you can easily move whole sections of your document. It is as easy as ...

Discover More

Navigating Your Document Using Outline View

When you need to get around a long document, a really helpful method is to use the Outline view built into Word. This tip ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is four minus 0?

2024-02-16 01:46:43

JOHANN SWART

Hi Allen,
I have formulated a template with predefined layout and styles, which needs to be distributed to several users. To ensure the proper use of this template, the non-printing characters, fields, and margins need to be visible. To make this easy for the user, I have compiled two macros that (i) switch on and (ii) switch off these non-printing visual aids when not necessary.
Is it possible to make this macro an inherent part of the template so that when the user opens it, the "switch on" macro is run? If yes, can you please guide me in achieving this?
I include the two macros for information.
I am using Microsoft Office Professional Plus 2019
Regards
Johann Swart

Sub ShowBorderAndNPC()
'
' ShowBorderAndNPC Macro
' Macro recorded 2007/02/24 by Johann Swart
'
Application.DisplayStatusBar = True
With ActiveWindow
.DisplayHorizontalScrollBar = True
.DisplayVerticalScrollBar = True
.DisplayLeftScrollBar = False
.StyleAreaWidth = CentimetersToPoints(0)
.DisplayVerticalRuler = True
.DisplayRightRuler = False
.DisplayScreenTips = True
With .View
.ShowAnimation = True
.Draft = False
.WrapToWindow = False
.ShowPicturePlaceHolders = False
.ShowFieldCodes = False
.ShowBookmarks = True
.FieldShading = wdFieldShadingAlways
.ShowTabs = False
.ShowSpaces = False
.ShowParagraphs = False
.ShowHyphens = False
.ShowHiddenText = False
.ShowAll = True
.ShowDrawings = True
.ShowObjectAnchors = True
.ShowTextBoundaries = True
.ShowHighlight = True
End With
End With
ActiveWindow.View.TableGridlines = Not ActiveWindow.View.TableGridlines
End Sub

Sub HideBorderAndNPC()
'
' HideBorderAndNPC Macro
' Macro recorded 2007/02/24 by Johann Swart
'
Application.DisplayStatusBar = True
With ActiveWindow
.DisplayHorizontalScrollBar = True
.DisplayVerticalScrollBar = True
.DisplayLeftScrollBar = False
.StyleAreaWidth = CentimetersToPoints(0)
.DisplayVerticalRuler = True
.DisplayRightRuler = False
.DisplayScreenTips = True
With .View
.ShowAnimation = True
.Draft = False
.WrapToWindow = False
.ShowPicturePlaceHolders = False
.ShowFieldCodes = False
.ShowBookmarks = False
.FieldShading = wdFieldShadingNever
.ShowTabs = False
.ShowSpaces = False
.ShowParagraphs = False
.ShowHyphens = False
.ShowHiddenText = False
.ShowAll = False
.ShowDrawings = True
.ShowObjectAnchors = False
.ShowTextBoundaries = False
.ShowHighlight = True
End With
End With
ActiveWindow.View.TableGridlines = Not ActiveWindow.View.TableGridlines
End Sub


2024-02-15 08:23:45

Timothy J. McGowan

In the version of Word we have, and with the myriad policies set in our workplace, Outline View is not found on our Word status bar. We can go to View, then Outline View.

To address the comment from gggggg, the Demote to Body Text tool is found on the Outlining ribbon; it's a double-headed green arrow pointing to the right in our American English version of Word.


2020-10-30 17:45:30

ggggggg

You explained everything except how to find the all-important Demote to Body Text tool.


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.