メインコンテンツへスキップ

Wordのすべてのインデントを削除するにはどうすればよいですか?

通常、Wordでドキュメントをフォーマットするには、さまざまな種類のインデントを使用できます。 しかし、左インデント、ぶら下げインデント、最初の行のインデント、右インデントなど、すべてのインデントを削除すると言えば、どうすればすばやく実行できますか? このチュートリアルでは、Wordのすべてのインデントを削除するXNUMXつの方法を示します。

ワンクリックでWord文書からすべてのインデントを削除する素晴らしいツール!

すべてのインデントを削除する の特徴 Kutools for Word、Wordのレイアウトでは削除できないスペースやタブ文字によって生成された最初の行のインデントを含め、Word文書全体または特定の選択からすべての種類のインデントをワンクリックで簡単に削除できます。


Kutools for Word: 強力なアドインには 100 以上のツールが含まれており、Word の毎日の作業効率を 80% 向上させることができます。 それを今すぐ入手!

Wordに推奨される生産性ツール

Kutools for Word: AIの統合 🤖、100 を超える高度な機能により、ドキュメントの処理時間が 50% 節約されます。無料ダウンロード

Office Tab: Word (およびその他の Office ツール) にブラウザーのようなタブが導入され、複数ドキュメントのナビゲーションが簡素化されます。無料ダウンロード


レイアウト(ページレイアウト)ですべてのインデントを削除します

実際、Wordでページレイアウトを設定することで、選択範囲からすべてのインデントをすばやく削除したり、ドキュメント全体を削除したりできます。

注意: このメソッドでは、スペースまたはタブ文字によって作成された最初の行のインデントを削除できません。 VBA & 便利なツール それらを削除することができます。

1。 インデントを削除する段落を選択します。
ドキュメント全体からすべてのインデントを削除する必要がある場合は、クリックしてドキュメントをアクティブにし、Ctrl + Aキーを同時に押してドキュメント全体を選択できます。

2。 行く 段落 グループを レイアウト (または ページレイアウト)タブ、次に:
で(1) ボックス、入力してください 0 を押して 入力します キー;
で(2) ボックス、入力してください 0 を押して 入力します キー。

これで、すべてのインデント(スペースまたはタブ文字によって作成された最初の行のインデントを除く)が一度に削除されます。


段落機能を使用してすべてのインデントを削除します

Office タブ: Word、Excel、PowerPoint にタブ付きインターフェイスをもたらします...
ot word ミドル広告 100
今すぐワークフローを強化しましょう。      続きを読む       無料ダウンロード

通常、Wordで残っているすべてのインデントは、 段落 特徴。 左のインデントをすべてすばやく削除するための詳細な説明は次のとおりです

注意: このメソッドでは、スペースまたはタブ文字によって作成された最初の行のインデントを削除できません。 VBA & 便利なツール それらを削除することができます。

1。 インデントを削除する段落を選択し、右クリックして、 段落 コンテキストメニューから。 スクリーンショットを参照してください:

2。 [段落]ダイアログボックスで、次のように入力してください 0 両方に & ボックス、選択 (なし) スペシャル ドロップダウンリストをクリックして、 OK ボタン。 スクリーンショットを参照してください:

これで、すべてのインデント(スペースまたはタブ文字によって作成された最初の行のインデントを除く)が一度に削除されます。


VBAですべてのインデントを削除する

マクロが得意な場合は、VBAコードを使用して、選択範囲からすべてのインデントを削除したり、Word文書全体を簡単に削除したりすることもできます。

1。 すべてのインデントを削除する段落またはドキュメント全体を選択します。

2。 押す Altキー+ F11 キーを一緒に押してVBAウィンドウを開き、クリックします インセット > モジュール 新しいモジュールウィンドウを作成し、以下のコードをウィンドウに貼り付けます。

VBA:選択からすべてのインデントを削除するか、Wordのドキュメント全体を削除します

Sub remove_indents()
With Selection.ParagraphFormat
.CharacterUnitLeftIndent = 0
.CharacterUnitRightIndent = 0
.CharacterUnitFirstLineIndent = 0
.LeftIndent = CentimetersToPoints(0)
.RightIndent = CentimetersToPoints(0)
.FirstLineIndent = CentimetersToPoints(0)
End With
End Sub
Sub remove_all_the_first_line_indent_spaces()
Dim i As Paragraph, n As Long
Application.ScreenUpdating = False 'close screen and refresh
For Each i In ActiveDocument.Paragraphs 'cycling in the pragraphs of the active document
For n = 1 To i.Range.Characters.Count
If i.Range.Characters(1).Text = " " Or i.Range.Characters(1).Text = " " Or i.Range.Characters(1).Text = Chr(9) Then
i.Range.Characters(1).Delete
Else: Exit For
End If
Next n
Next
Application.ScreenUpdating = True 'restore screen and refresh
End Sub
Sub remove_all_indents()
remove_indents
remove_all_the_first_line_indent_spaces
End Sub

3に設定します。 OK をクリックします。 ラン ボタンまたはを押します F5 VBAコードを適用するためのキー。


Kutools forWordですべてのインデントを削除します

すべてのインデントを削除するために、VBAが複雑すぎる場合、フォーマット機能はスペースまたはタブ文字を使用してインデントしている最初の行のインデントを削除できません。 ここで、最も便利な方法、つまりKutools forWordを使用することをお勧めします。 Word用のKutoolsを使用。 ワンクリックですべてのインデントを削除できます

Kutools for Word: 強力なアドインには 100 以上のツールが含まれており、Word の毎日の作業効率を 80% 向上させることができます。 それを今すぐ入手!

クリックするだけ クツールs> インデント > すべてのインデントを削除する、およびすべての種類のインデントは、ドキュメント全体からすぐに削除されます。
特定の選択からすべてのインデントを削除する必要がある場合は、最初にコンテンツを選択してから、をクリックしてください クツールs> インデント > すべてのインデントを削除する.

WordのKutools インデントを削除する この機能は、すべてのスペース/タブのインデントの削除、すべての最初の行のインデントの削除、すべての左のインデントの削除、すべての右のインデントの削除をワンクリックでサポートします。

最高のオフィス生産性向上ツール

Kutools for Word - Over で単語体験を向上させましょう 100 注目すべき機能!

🤖 Kutools AI アシスタント: AI であなたの文章を変革します - コンテンツを生成する  /  テキストを書き換える  /  文書を要約する  /  情報のお問い合わせ 文書に基づいて、すべて Word 内で

📘 ドキュメントマスタリー: 分割ページ  /  ドキュメントをマージする  /  選択内容をさまざまな形式でエクスポート (PDF/TXT/DOC/HTML...)  /  PDFへの一括変換  /  ページを画像としてエクスポート  /  複数のファイルを一度に印刷する...

コンテンツ編集: バッチ検索と置換 複数のファイルにわたる  /  すべての画像のサイズを変更する  /  テーブルの行と列を転置する  /  表をテキストに変換...

🧹 楽にお掃除:振り払って 余分なスペース  /  セクションブレーク  /  すべてのヘッダー  /  テキストボックス  /  ハイパーリンク  / その​​他の取り外しツールについては、当社の Web サイトをご覧ください。 グループを削除...

クリエイティブインサート:挿入 千の区切り文字  /  チェックボックス  /  ラジオボタン  /  QRコード  /  バーコード  /  斜線テーブル  /  方程式のキャプション  /  画像キャプション  /  テーブルキャプション  /  複数の写真  / 詳細については、 グループを挿入...

🔍 正確な選択: ピンポイント 特定のページ  /  テーブル  /  シェイプ  /  見出し段落  / ナビゲーションを強化する 他には? 機能の選択...

スターの強化: あらゆる場所に素早く移動  /  繰り返しのテキストを自動挿入  /  ドキュメントウィンドウをシームレスに切り替える  /  11 変換ツール...

👉 これらの機能を試してみませんか? Kutools for Wordは、 60日無料トライアル、制限なし! 🚀
 
Comments (7)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Actually 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. You use Find and Replace.
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.
So do the following.
Call 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). 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. The indents have vanished.

This comment was minimized by the moderator on the site
This was fantastic. I have been trying to reformat a book to put on Kindle. Even the Kindle support team didn't know about this feature. It was fabulous. I just copied your VBA codes for indent and presto! Two weeks of utter frustration gone! It worked instantly. Thank you so much for this valuable information.
This comment was minimized by the moderator on the site
The scrolling function does not work on this site and the instructions didn't remove the indents, unfortunately.
This comment was minimized by the moderator on the site
Very Very Useful, thank you so much
This comment was minimized by the moderator on the site
Hello: I am an author who is about ready to shoot my laptop! For some unknown reason every time I hit the tab button the cursor moves down to the bottom of the text! It's frustrating as hell. I just want to be able to indent 5 spaces whenever I start a new paragraph. Sounds easy but for some reason this laptop is not letting me do it. I am using MS Word 2007. Thank you, Paul M Frazee
This comment was minimized by the moderator on the site
Thanks a lot, method 1 worked fine for me in Word 2013.
This comment was minimized by the moderator on the site
In support of this page and its author, I just want to extend my thanks. As a writer, I've posted stories to websites for my readers. After having done so, and making minor corrections here and there, I would then copy and paste the text as a new document to record all the new changes I had made. Only I found out the hardway, I couldn't get rid of the formatting. Your little VBA code worked miracles for me! I'm so glad I found this page! Thank you!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations