How to remove all frames in Word?
Frames are used to position text or graphics that contain certain items. How to insert frames into Word document? But sometimes frames make the document hard to edit because all text are placed inside frames. How to easy remove frames from document in Word?
- Manually remove frames from document one by one
- Remove all frames from document with VBA code
- Remove all frames from document in one click with Kutools for Word
One click to remove all frames from a selection or the whole document in Word
Kutools for Word, a fantastic Word add-ins, release a handy Remove Frame features, which can help you remove all frames from a certain selection or from the whole document in Word with only one click.
Click for
60-day free trial!
Kutools for Word: a powerful add-in contains 100+ tools, and it can boost 80% work efficiency in your Word daily working! Get It Now!
Recommended Productivity Tools for Word
More Than 100 Powerful Advanced Features for Word, Save 50% Of Your Time. Free Download
Bring Tabbed Editing And Browsing To Office (Include Word), Far More Powerful Than The Browser's Tabs. Free Download
Manually remove frames from document one by one
Users can manually remove a single frame by the Format Frame feature in Word. Please do as follows:
This method can remove only one frame at a time. To remove all frames in bulk, please visit below VBA or Kutools.
1. Select the frame you want to remove, right click, and select Format Frame from the context menu.
2: In the popping out Frame dialog, please click the Remove Frame button.
Now the currently selected frame is removed at once.
Remove all frames from document with VBA code
VBA code can quickly remove all frames from the whole Word document in bulk. Please do as follows:
1. Press Alt+F11 to open the Microsoft Visual Basic for Applications window.
2. Click Insert > Module, and then paste below VBA code into the new opening module window.
The VBA code to remove all frames:
Sub RemoveFrames() Dim frm As Frame For Each frm In ActiveDocument.Frames frm.Delete Next frm End Sub
3. Click Run button or press F5 to apply the VBA.
Now all frames are removed from the current Word document in bulk immediately.
Remove all frames from document in one click with Kutools for Word
If you have Kutools for Word installed, you can apply its Remove Frames feature to quickly remove all frames in a certain selection or the whole document in bulk with only one click. Please do as follows:
Kutools for Word: a powerful add-in contains 100+ tools, and it can boost 80% work efficiency in your Word daily working! Get It Now!
Just click Kutools > Remove > Remove Frames, and all frames will be removed from the whole document immediately. See screenshot:
If you want to remove all frames from a certain selection, please select the part of document firstly, and then click click Kutools > Remove > Remove Frames.
Recommended Word Productivity Tools
Kutools For Word - More Than 100 Advanced Features For Word, Save Your 50% Time
- Complicated and repeated operations can be done one-time processing in seconds.
- Insert multiple images across folders into Word document at once.
- Merge and combine multiple Word files across folders into one with your desired order.
- Split the current document into separate documents according to heading, section break or other criteria.
- Convert files between Doc and Docx, Docx and PDF, collection of tools for common conversions and selection, and so on...