trustlop.blogg.se

First line indent in word 2013
First line indent in word 2013












first line indent in word 2013
  1. First line indent in word 2013 how to#
  2. First line indent in word 2013 code#

You should find the cursor leaps an appropriate number of spaces along the box.Go to he Replace box and type in whatever you want to replace the indent with (if nothing then just click in the Replace box before the next step)Press on the Replace All box and Bob's your uncle as they say in England. First Line Indent Nút thay i l dòng u tiên ca on vn bn - tht u dòng. You can't replace by simply typing ghe tab key directly into the Find box, because it will respond by moving the cursor to the next box, but it will accept the indented space if you copy it into the Find box with Copy and Paste.Ĭall up your document, go to the start of one of the indented spaces at the start of a paragraph, highlight it by holding down Shift +right arrow key, and copy with Control-C.Call up Find and Replace, put the cursor into the Find box, and Paste (Control-V). In Microsoft Word, this adds a 0.5 (1.27cm) indent at the left margin. Click Run button or Press F5 key to apply the VBA code.Īctually I have found an easy way to do this, when I had a book typed in Word with the first line of each paragraph indented with the Tab key, and I wished to abolish the indents. One simple way to indent text is to place the cursor at the start of a paragraph and hit the tab key on your keyboard. Normal document documents always require the first line of each paragraph to indent.

First line indent in word 2013 how to#

See the video below to get an overview of how to use Indents and Tabs in Word 2013: A. If i.Range.Characters(1).Text = " " Or i.Range.Characters(1).Text = " " Or i.Range.Characters(1).Text = Chr(9) ThenĪpplication.ScreenUpdating = True 'restore screen and refreshģ. Whether you want to move a line or an entire paragraph, you can use the Tab selector tool and horizontal ruler to set tabs and indents. Sub remove_all_the_first_line_indent_spaces()Īpplication.ScreenUpdating = False 'close screen and refreshįor Each i In ActiveDocument.Paragraphs 'cycling in the pragraphs of the active document FirstLineIndent = CentimetersToPoints(0) VBA: Remove all indents from selection or the whole document in Word Sub remove_indents()

first line indent in word 2013

First line indent in word 2013 code#

Press Alt + F11 keys together to open the VBA window, click Insert > Module to create a new Module window, and then paste below code into the window: Select the paragraphs or the whole document you will remove all indents from.Ģ. You can get the Paragraph dialogue box by Right-clicking on the document and selecting the Paragraph. Now, you can see that the first line of the Word document is indented to the given value. Select the value for indentation in the By: option. If you are good at Macro, the VBA code is also available for you to remove all indents from selection or the whole Word document easily.ġ. Select the First-line option from the pop-down menu of the Special case.














First line indent in word 2013