Skip to main content

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.

Remove breaks one by one

Remove all breaks with the Find and Replace

Remove all breaks with VBA code

Remove all breaks with Kutools for Word

Recommended Productivity Tools for Word

Kutools for Word: Integrating AI 🤖, over 100 advanced features save 50% of your document handling time.Free Download

Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download


arrow blue right bubble Remove breaks one by one

Office Tab: Brings tabbed interfaces to Word, Excel, PowerPoint...
ot word middle ad 100
Enhance your workflow now.      Read More       Free Download

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.


arrow blue right bubble 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.


arrow blue right bubble 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 doc-remove-non-numeric-characters-1 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".


arrow blue right bubble Remove all breaks with Kutools for Word

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.


Best Office Productivity Tools

Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!

🤖 Kutools AI Assistant: Transform your writing with AI - Generate Content  /  Rewrite Text  /  Summarize Documents  /  Inquire for Information based on Document, all within Word

📘 Document Mastery: Split Pages  /  Merge Documents  /  Export Selection in Various Formats (PDF/TXT/DOC/HTML...)  /  Batch Convert to PDF  /  Export Pages as Images  /  Print Multiple Files at once...

Contents Editing: Batch Find and Replace across Multiple Files  /  Resize All Pictures  /  Transpose Table Rows and Columns  /  Convert Table to Text...

🧹 Effortless Clean: Sweap away Extra Spaces  /  Section Breaks  /  All Headers  /  Text Boxes  /  Hyperlinks  /  For more removing tools, head to our Remove Group...

Creative Inserts: Insert Thousand Separators  /  Check Boxes  /  Radio Buttons  /  QR Code  /  Barcode  /  Diagonal Line Table  /  Equation Caption  /  Image Caption  /  Table Caption  /  Multiple Pictures  /  Discover more in the Insert Group...

🔍 Precision Selections: Pinpoint specific pages  /  tables  /  shapes  /  heading paragraphs  /  Enhance navigation with more Select features...

Star Enhancements: Navigate swiftly to any location  /  auto-insert repetitive text  /  seamlessly toggle between document windows  /  11 Conversion Tools...

👉 Want to try these features? Kutools for Word offers a 60-day free trial, with no limitations! 🚀
Free Download     Read More     Buy Now
 
Comments (3)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
*forgot to add I did select the whole document before performing those actions.
This comment was minimized by the moderator on the site
What I was trying to do was close all the spacing in a copy and pasted transcript, to save pages for printing and using for my own notes, it didn't need to be pretty. I wanted all the lines to run together. after a lot of searching online, i just decided to click around and try a bunch of stuff and EUREKA! I found it.

I displayed paragraph marks, then used the find/replace tool (go to the bottom of the box to select the "special" drop down menu) select "paragraph character". this deleted all the spacing between sentences.
This comment was minimized by the moderator on the site
thanks a lot, saved me heaps of time
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations