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: Adjusting Space Before.

Adjusting Space Before

Written by Allen Wyatt (last updated May 16, 2022)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365


1

Word provides a wide variety of shortcuts that affect the formatting of your document. One such shortcut, Ctrl+0 (thats a zero) adds or removes a single line of space from before the selected paragraph. In this case, a "single line" is defined as 12 points of space. For some formatting needs, you may want to add more or less space before a paragraph, and so may wonder if you can change Ctrl+0 so it adds or removes the desired space.

There is no configuration setting you can use to modify how Ctrl+0 does its work; it will always add or remove the 12 points. If you have a variety of spacing needs before paragraphs, the most versatile solution is to define styles that control how you want the text to be formatted. Styles can add any amount of space desired before a paragraph, or none at all. You can then assign the styles to keyboard shortcuts and use the shortcuts to apply the styles to your text.

If you don't want to use styles, but instead want to "recode" what Ctrl+0 does, you can create your own macro. The Ctrl+0 shortcut actually runs an internal command named OpenOrCloseUpPara. If you create a macro that uses this same name, it will be run whenever you press Ctrl+0 instead of the internal command. The following macro is just one example of the type you could create:

Sub OpenOrCloseUpPara()
    If Selection.ParagraphFormat.SpaceBefore = 0 Then
        Selection.ParagraphFormat.SpaceBefore = 18
    Else
        Selection.ParagraphFormat.SpaceBefore = 0
    End If
End Sub

This code first checks to see if the space before the paragraph is 0. If it is, the macro sets the space before to 18 points (a line and a half). If the space before is not 0, then it is set to 0 to effectively remove any space before.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (12176) 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: Adjusting Space Before.

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

Creating a Spelling Exclusion List

Don't like it when Word always says a word is spelled right and you know that it isn't? Here's how you can fine-tune the ...

Discover More

Checking for a List of Phrases in a Document

Once you start amassing quite a few documents, it is not uncommon to want to change phrases commonly used in those ...

Discover More

Converting Codes to Characters

Character codes are the numeric values used, by a computer, to signify various alphanumeric characters. You can use 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)

Adding Drop-Shadows to Paragraphs

Drop shadows are a style of paragraph border used to enhance the visual impact of a paragraph. They are also a great way ...

Discover More

Margins Automatically Move to Indent

Does it appear that the margins on your document aren't staying where you want them? It could have to do with the ...

Discover More

Creating a Double Hanging Indent

A hanging indent is a type of paragraph formatting in which all lines of the paragraph are indented from the left margin ...

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 6 - 0?

2018-11-30 15:05:19

Ellie

Thanks for this tip. I have a related question. The styles that I use have spacing only after paragraphs. When I start a numbered or bulleted list, I like to paragraph immediately preceding the list to have no spacing after it. Is there a way to create a style or a macro that eliminates the space after the paragraph that preceeds a certain style? I hope this description makes sense. Thanks. Ellie


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.