Skip to main content

Kutools for Office — One Suite. Five Tools. Get More Done.

How to remove all text boxes in Word

Author Amanda Li Last modified

Text boxes in Word documents are useful for highlighting specific sections of text or for creating a specific layout. However, there may come a time when you need to remove all text boxes from a document, whether for reformatting purposes or to simplify the document's structure. Manually deleting each text box can be tedious, especially in lengthy documents.

In this tutorial, we will guide you through efficient methods to remove all text boxes in Word, helping you streamline your document editing process.

Manually remove text boxes one by one
Remove text box border and keep text
Easily remove all text boxes with the option to keep text using Kutools for Word
Remove all text boxes (text cannot be kept) using VBA code


Manually remove text boxes one by one

If you only need to remove one or two text boxes, follow these steps:

  1. Click inside the text box, press Ctrl + C to copy the text, then click outside the text box and press Ctrl + V to paste the text in the document. ( Skip this step if you don’t want to keep the text.)
  2. Click the border of the text box and press Delete to remove it.
  3. Repeat steps 1 and 2 for each text box you want to remove.

Remove text box border and keep text

If you want to remove just the border of a text box without deleting it, follow these steps:

  1. Right-click the border of the text box and select "Format Shape".
  2. In the Format Shape pane, under the "Line" section, choose the "No Line" option.
    Format Shape option in context menu and pane
Tip: Hold Ctrl and click multiple text box borders to remove them at the same time.

Easily remove all text boxes with the option to keep text using Kutools for Word

Kutools for Word simplifies the process of removing text boxes. Unlike Word’s manual methods, Kutools allows you to remove all text boxes while either keeping their content or deleting both the boxes and the content.

Kutools for Word, equipped with AI 🤖, offers over 100 handy features to simplify your tasks.
  1. Click "Kutools" > "Remove" > "Remove All Text Boxes".
    Remove All Text Boxes option on the Kutools tab on the ribbon
  2. In the Remove All Text Boxes dialog:
    • To keep the text, check "Just remove text box, and keep the text", then click "OK".
    • To remove both text boxes and content, uncheck the option and click "OK".
      Remove All Text Boxes dialog with keep text option
  3. A confirmation box will show how many text boxes were removed. Click "OK".
    Confirmation dialog
Kutools for Word is the ultimate Word add-in that streamlines your work and boosts your document processing skills. Get It Now!

Remove all text boxes (text cannot be kept) using VBA code

If your document has many text boxes and you don't need to keep the text, using VBA is an efficient option. Here's how:

  1. Press Alt + F11 to open the VBA window.
  2. Click "Insert" > "Module", then paste the following code:
    Sub Test()
    Dim oShp As Word.Shape
    Dim i As Long
    For i = ActiveDocument.Shapes.Count To 1 Step -1
    Set oShp = ActiveDocument.Shapes(i)
    If oShp.Type = msoTextBox Then
    oShp.Delete
    End If
    Next i
    End Sub

    Note: This VBA code can only remove drawing text boxes.

  3. Click "Run" Run button or press F5 to execute the code.

Demo: Easily remove text boxes without removing text in Word

Discover the Kutools / Kutools Plus tab in this video from Kutools for Word. Enjoy 100+ features and permanently free AI utilities. Download now!


Best Office Productivity Tools

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

🤖 Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...

📘 Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...

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 / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...

Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / 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 to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...

🌍 Supports 40+ Languages: Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Kutools and Kutools Plus tabs on the Word Ribbon
👉 Want to try these features? Download Kutools for Word now! 🚀
 

✨ Kutools for Office – One Installation, Five Powerful Tools!

Includes Office Tab Pro · Kutools for Excel · Kutools for Outlook · Kutools for Word · Kutools for PowerPoint

📦 Get all 5 tools in one suite | 🔗 Seamless integration with Microsoft Office | ⚡ Save time and boost productivity instantly

Best Office Productivity Tools

Kutools for Word - 100+ Tools for Word