How to remove all frames in Word?
Frames in Word documents can be useful for organizing content and creating specific layouts, and you might already know how to insert frames into a Word document. However, there may come a time when you need to remove all frames to simplify the document or apply different formatting.
In this tutorial, we will guide you through the steps to efficiently remove all frames in Word:
- Manually remove frames from document one by one
- Remove all frames from document in one click with Kutools for Word
- Remove all frames from document with VBA code
Recommended Productivity Tools for Word
Kutools for Word: Integrating AI π€, over 100 advanced features save 50% of your document handling time.Free Download
Office Tab: Introduces the browser-like tabs to Word (and other Office tools), simplifying multi-document navigation.Free Download
Manually remove frames from document one by one
Users can manually remove a single frame using the Format Frame feature in Word. Follow the steps below:
Note: This method removes only one frame at a time. To remove all frames in bulk, refer to the VBA method or Kutools method below.
- Select the frame you want to remove, right-click it, and select Format Frame from the context menu.
- In the Frame dialog box, click the Remove Frame button.
The selected frame will be removed immediately.
Remove all frames from document in one click with Kutools for Word
With Kutools for Word, you can quickly remove all frames from either the entire document or a specific selection with just one click.
To remove frames:
- From the entire document: Click Kutools > Remove > Remove All Frames in Selected Ranges, and all frames in the document will be removed immediately.
- From a specific selection: First select the part of the document you want to modify, then click Kutools > Remove > Remove All Frames in Selected Ranges.
Remove all frames from document with VBA code
Using VBA code, you can quickly remove all frames from an entire Word document in bulk, saving time compared to manual deletion. Follow the steps below:
- Press Alt + F11 to open the Microsoft Visual Basic for Applications window.
- Click Insert > Module, and paste the following VBA code into the new module window.
Sub RemoveFrames() Dim frm As Frame For Each frm In ActiveDocument.Frames frm.Delete Next frm End Sub
- Click the Run button or press F5 to apply the VBA.
Once you run the code, all frames will be removed from the current Word document immediately.
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...

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