how to delete a line in word
How to remove all horizontal lines from Word document?
Horizontal lines can divide paragraphs clearly. Many users already know they can add horizontal lines to document by typing three hyphens, underscore or asterisks and so on, and then pressing Enter. See screenshot:
How to remove all horizontal lines from the document? This tutorial will tell you the answers.
Manually remove all horizontal lines one by one
Remove all horizontal lines with VBA code
Remove all horizontal lines with Kutools for Word
Manually remove all horizontal lines one by one
If you just want to remove few horizontal lines, you can manually remove them as follows:
1. Put the cursor above the line;
2. Click on the Page Borders item in the Page Background group of Design tab;
3. Click Borders tab, click None, click OK. And the selected horizontal line will be deleted at once.
Remove all horizontal lines with VBA code
If you want to remove all horizontal lines in the document, it's tedious to remove them manually. VBA can make it easier, do as follows:
1. Press Alt+F11 to open the VBA window in Word;
2. Click Module from Insert tab, and insert the code into the Module window;
VBA code: Remove all horizontal lines in a Word document:
Sub removehline() Dim ils As Paragraph For Each ils In ActiveDocument.Paragraphs ils.Borders(wdBorderBottom).LineStyle =wdLineStyleNone Next ils End Sub
3. Click Run button or press F5 to apply VBA directly. And all horizontal lines have been deleted from the document.
Remove all horizontal lines with Kutools for Word
It's easiest remove all horizontal lines from the whole document or the selection of the document with Kutools for Word.
1. Click kutools > Remove >Horizontal Line, see screenshot:
2. And then all horizontal lines from the whole document will be removed at once, see screenshot:
Note: If you want to delete part of horizontal lines, please selecte the range data, and then apply this feature.
Click to download Kutools for Word and free trial now!
Demo: Remove all horizontal lines in Word
Kutools for Word: with more than 100 handy Word add-ins, free to try with no limitation in 60 days. Download and free trial now!
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...
how to delete a line in word
Source: https://www.extendoffice.com/documents/word/747-word-remove-all-horizontal-line.html
Posted by: lowthertrallese.blogspot.com
0 Response to "how to delete a line in word"
Post a Comment