How to remove all left indents in Word?
If you need to quickly format a document by removing all left indents, how could you do? This tutorial will introduce three methods of removing all left indents in Word.
Remove all left indents with using Format command
Remove all left indents with VBA
Remove all left indents with Kutool for Word
Office Tab: Enable Tabbed Editing and Browsing in Office, Just Like Chrome, Firefox, IE 8/9/10. Read more...
Classic Menu for Office: Bring Classic Menus and Toolbars of Office 2003/XP/2000 Back to Office 2007, 2010 and 2013. Read more...
Remove all left indents with using Format command
Normally we can remove all left indents in Word by using the Format command. And here is the detailed description for you to quickly remove all left indents
Step 1: Highlight the paragraph(s) you want to remove left indents, and right click on it, then choose Paragraph command item

Step 2: In the Paragraph dialog box specify Left option to “0cm”in the Indentation section

Step 3: Click OK to remove all left indents
Remove all left indents with VBA
You may also try to use VBA to remove all left indents in Word. But if you are not good at VBA, the Macro becomes complex to understand and use.
Step 1: Press Alt+F11 to open the VBA window in Word;
Step 2: Click Module in Insert tab, and insert the VBA code into Module window;
Step 3: Click Run
button to apply the VBA code (or press F5);
The VBA code to remove all left indents :
Sub remove_all_right_indents ()
With Selection.ParagraphFormat
.CharacterUnitRightIndent = 0
.LeftIndent = CentimetersToPoints(0)
End With
End Sub
Remove all left indents with Kutool for Word
None of the above methods is a quick way for removing all left indents in Word except you have installed the Kutools for Word, and know how to remove all left indents with one click in it. Kutools for Word’s Remove All Left Indents option can remove all left indents from the whole document or a selection of the document 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!
Click Kutools > click Remove Indents in Paragraph group > select Remove All Left Indents.

For more detailed information about Remove All Left Indents of Kutools for Word, please visit: Remove Indents description.
Kutools for Word
More than 100 Advanced Functions for Word 2003, 2007, 2010 and 2013






