Skip to main content

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

How to save current or each page as separate Word document?

Author Xiaoyang Last modified

If your Word document contains multiple pages, you might find yourself needing to save just one current page as a new Word file. The usual approach is to copy and paste the content of the current page into a new Word file and then save it. However, this article will show you more efficient methods to save the current page or each page as separate documents from a single Word file.

Save current page as new Word document with VBA code

Save each page as separate Word documents with Kutools for Word


Save current page as new Word document with VBA code

The following VBA code will help you save the content of the current page into a new Word file. Follow these steps:

  1. Hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.
  2. Click Insert > Module, and paste the following code into the Module window:
    Sub SaveCurrentPageAsANewDoc()
        Dim xDoc As Document
        Dim xNewDoc As Document
        Dim xFileName As String
        Dim xFolderPath As Variant
        Dim xDlg As FileDialog
        Set xDoc = ActiveDocument
        xFileName = InputBox("Enter file name here: ", "KuTools for Word")
        If xFileName = "" Then Exit Sub
        Set xDlg = Application.FileDialog(msoFileDialogFolderPicker)
        If xDlg.Show = -1 Then
            xFolderPath = xDlg.SelectedItems(1)
            xDoc.Bookmarks("\Page").Range.Select
            Selection.Copy
            Set xNewDoc = Documents.Add
            Selection.Paste
            xNewDoc.SaveAs xFolderPath & "\" & xFileName & ".docx"
            xNewDoc.Close
        End If
    End Sub
  3. Press F5 to run this code. In the pop-up dialog, enter a name for the new file. See screenshot:
    Dialog with input box to enter a name for the new document
  4. Click OK, and in the second pop-up Browse window, select a folder where the new file will be saved.
    Browse window
  5. Click OK, and the content of the current page will be saved as a new Word file. You can view the result in the selected folder.

Save each page as separate Word documents with Kutools for Word

If you want to save each page of the whole document as separate files, the Kutools for Word’s Split function can do you a favor.

Kutools for Word, equipped with AI 🤖, offers over 100 handy features to simplify your tasks.

After installing Kutools for Word, follow these steps:

  1. Click Kutools Plus > Split. See screenshot:
    Split button on the Kutools Plus tab on the ribbon
  2. In the Split Document dialog box:
    1. Select Page from the Split by drop-down list.
    2. Click Folder selection icon button to choose a folder to save the new files.
    3. Specify the prefix for the new saved files as needed.
      Split Document dialog box
  3. After finishing the settings, click OK to start splitting. All the pages in the Word document will be saved as separate files in the specified folder. See screenshot:
    All pages of the document are saved as separate files in the specific folder

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