How to remove all text boxes in Word
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:
- 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.)
- Click the border of the text box and press Delete to remove it.
- 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:
- Right-click the border of the text box and select "Format Shape".
- In the Format Shape pane, under the "Line" section, choose the "No Line" option.
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.
- Click "Kutools" > "Remove" > "Remove All Text Boxes".
- 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".
- A confirmation box will show how many text boxes were removed. Click "OK".
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:
- Press Alt + F11 to open the VBA window.
- 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.
- Click "Run"
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 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
- 🤖 Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish / Super Translate / AI Redaction / AI Proofread
- 📘 Document Mastery: Split Pages / Merge Documents / Batch Convert to PDF
- ✏ Contents Editing: Batch Find and Replace / Resize All Pictures
- 🧹 Effortless Clean: Remove Extra Spaces / Remove Section Breaks
- ➕ Creative Inserts: Insert Thousand Separators / Insert Check Boxes / Create QR Codes
- 🌍 Supports 40+ Languages: Kutools speaks your language – 40+ languages supported!