Microsoft Word 2016 Remove Paragraph Markers On Document

Have you ever opened up a Word document to find it full of paragraph marks and other symbols?

If you’re editing the doc or troubleshooting a formatting issue, you may find this view especially useful. But if you don’t want to see the formatting marks, simply toggle the paragraph button–seen in the middle of the ribbon above or as described in the video–to turn them off.

Go to File Options Display. Under Always show these formatting marks on the screen, select the check box for each formatting mark that you always want to display regardless if the Show/Hide button is turned on or off. Clear any check boxes for ones you don't want always displayed. Support for Office 2010 ended on October 13, 2020.

If the toggle button didn’t work, you may try this method:

  1. From the File tab, select Options.
  2. Click the Display tab.
  3. In the section Always show these formatting marks on the screen, un-check everything exceptObject Anchors.
  4. Press OK.
  • Click on the File tab. Go to Options Display. Uncheck the Paragraph marks checkbox. If the paragraph mark is checked here, it means that it can’t be removed using the Ctrl+Shift+8 shortcut, nor the Show/Hide button. Thus, if you are trying so hard to turn off this mark, you need to first of all make sure that it is disabled here.
  • Click the File tab. Click Options at the bottom of the File tab. Select the Display tab. Unselect the Paragraph Symbol. If you have the paragraph symbol selected in this dialog box, it means that they will display in all of your Word documents. In other words, with the Paragraph Symbol selected in the Word Options dialog box, the Show/Hide.
  • Do one of the following: Select a tab stop and select Clear. Select Clear All to remove all tab stops. Go to Format Tabs. To clear a single tab stop, select the tab stop and then select. Select Clear All to remove all tab stops. To use the ruler to remove tab stops, see Using the ruler in Word.
  • But if you don’t want to see the formatting marks, simply toggle the paragraph button–seen in the middle of the ribbon above or as described in the video–to turn them off. If the toggle button didn’t work, you may try this method: From the File tab, select Options. Click the Display tab. In the section Always show these formatting marks.

For information on what the formatting symbols represent, check out this page: What do all those funny marks, like the dots between the words in my document, and the square bullets in the left margin, mean? (Note: some of the references are to earlier versions of Word, but the explanations are still generally up to date.)

How to Remove All Breaks in Word?

When handling with a word document with multiple types of breaks, you can press Delete key to remove all breaks one by one. If you are interested in how to quickly remove all breaks in word, this tutorial will introduce you the following methods for removing all breaks.

Recommended Productivity Tools for Word

More Than 100 Powerful Advanced Features for Word, Save 50% Of Your Time.

Bring Tabbed Editing And Browsing To Office (Include Word), Far More Powerful Than The Browser's Tabs. Sitecom wifi password crack.

Remove breaks one by one

Amazing! Use Efficient Tabs in Word (Office) like Chrome, Firefox and New Internet Explorer!

Step 1: Click Show/Hide Editing Marks on Paragraph panel on the Home tab, and all breaks symbol are visible;

Step 2: Select the break you want to delete and press Delete key on your keyboard;

Step 3: Repeat the above steps to delete all breaks in word document.

Obviously, the process of removing all breaks one by one is tedious and time-consuming, which is not recommended.

Microsoft word 2016 remove paragraph markers on document fileDownload

Remove all breaks with the Find and Replace

Fortunately, we can also use the Find and Replace function in Word to remove all breaks.

1: Click Home > Replace to open the Find and Replace window;

2: Click More button to bring up more Search Options;

3: Place the cursor in the Find What field, and select any Break from the Special drop-down list;

4: If you select Column Break from the Special drop-down list, there will be a character like “^n” in the Find What field, and click Replace All.

However, there are multiple types of breaks and the Find and Replace is only able to remove one type of breaks at one time. In this case, if we want to remove all breaks of all types, the Find and Replace operation has to be repeated several times.

Remove all breaks with VBA code

There are several types of breaks in word, so it is not easy to create a Macro to identify and remove all breaks in VBA code at once. You may use the following VBA code to remove one type of break and then repeat the instructions to remove other types of break.

Step 1: Press “Alt-F11” to open the Microsoft Visual Basic for Application window;

Step 2: Click Module on the Insert tab, copy and paste the following VBA code into the Module window;

Step 3: Click Run button to apply the VBA code.

The VBA code of removing all column breaks:

Sub Delecolumnbreaks()
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = '^n'
.Replacement.Text = '
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchByte = False
.MatchAllWordForms = False
.MatchSoundsLike = False
.MatchWildcards = False
.MatchFuzzy = False
End With
Selection.Find.Execute Replace:=wdReplaceAll
End Sub

Note:.Text = '^n' will remove all column breaks of the document. You can customize this code to remove other types of breaks. To replace ^n with ^b will remove all section breaks. To remove all manual page breaks, please replace ^n will ^m in this .Text = '^n'.

Remove all breaks with Kutools for Word

Microsoft Word 2016 Remove Paragraph Markers On Document

Kutools for Word is quite handy in removing all breaks in word. You don’t need to spend too much time in deleting breaks one by one. Remove All Breaks of Kutools for Word allows you to remove all breaks with one click.

Kutools for Word, a handy add-in, includes groups of tools to ease your work and enhance your ability of processing word document. Free Trial for 45 days! Get It Now!

1. Please apply the utility by clicking Kutools > Breaks > Remove All Breaks. See screenshot:

2. After clicking Remove All Breaks, all breaks that include page breaks, column breaks and section breaks will be removed from the whole documents.

Note: Kutools for Word’s Remove All Breaks utility can remove all breaks not only from the whole document but also from the selected part of the document.

For more detailed information about Remove All Breaks of Kutools for Word, please visit: Remove All Breaks feature description.

Recommended Word Productivity Tools

Kutools For Word - More Than 100 Advanced Features For Word, Save Your 50% Time

  • Complicated and repeated operations can be done one-time processing in seconds.
  • Insert multiple images across folders into Word document at once.
  • Merge and combine multiple Word files across folders into one with your desired order.
  • Split the current document into separate documents according to heading, section break or other criteria.
  • Convert files between Doc and Docx, Docx and PDF, collection of tools for common conversions and selection, and so on..
Markers

Microsoft Word 2016 Remove Paragraph Markers On Document Free

or post as a guest, but your post won't be published automatically.
Loading comment.. The comment will be refreshed after 00:00.

Microsoft Word 2016 Remove Paragraph Markers On Document Pdf

  • To post as a guest, your comment is unpublished.
    thanks a lot, saved me heaps of time