Split and Extract Pages from Your Word Documents (4 Ways)
Author Sun • Last modified
Managing a long Word document can sometimes require you to extract specific pages for separate review or distribution. Whether you need to extract a single page, a range of pages, or split the entire document based on defined criteria, Microsoft Word offers several effective options. Below are four practical methods to help you extract or split pages from your Word document easily.
Extracting specific pages / current page from Word
- By using the Copy and Paste feature - manually
- By using the Print to PDF feature - save extracted pages to PDF
- By using VBA code - save extracted pages to a specific folder
Split the whole Word documents to separate files based on Pages, Headings, Breaks
Video: Extract Pages in Word
Extracting specific pages / current page from Word
This guide provides a detailed overview of three efficient techniques to extract either specific pages or the current page from your document.
Extracting pages by Copy and Paste feature – manually
The simplest way to extract specific pages or content from a Word document is by using the copy and paste function.
Step 1: Select the contents you want to extract
Place the cursor at the front of the contents you want to copy, then scroll down to the end of the contents, and hold Shift key, click at the end of the contents.
Step 2: Copy the selected contents
Right-click on the selected contents and choose Copy, or simply press Ctrl + C
Step 3: Paste into a new document
Open a new Word document and paste the content using Ctrl + V.
Step 4: Save the new document
Save your newly created document by clicking "File" > "Save As".
Extracting pages by Print to PDF feature - save extracted pages to PDF
Another way to extract pages is by printing them to a PDF. This method is handy when you need to share or save the extracted pages in a widely accepted format.
Step 1: Navigate to the Print Menu
With the document open, go to "File" > "Print".
Step 2: Select Microsoft Print to PDF
In the Printer dropdown, choose "Microsoft Print to PDF".
Step 3: Specify Page Range
In the settings, select the printing range you want:
Print All Pages: Print all pages of the document.
Print Selection: Print the selection, if you do not select any range, this option cannot be used.
Print Current Page: Print current page.
Custom Print: Print custom page ranges as you need. When you choose this option, the "Pages" textbox is shown for you to type the page number for printing.
Step 4: Print
Click "Print", and choose a location to save your PDF. The specified pages will be saved as a new PDF document.
Extracting pages by VBA code - save extracted pages to a specific folder
If you're comfortable with VBA, you can use a script to automate the page extraction process. This method is especially helpful when working with large documents.
Step 1: Press Alt + F11 keys to open the VBA Editor
Step 2: Insert a new Module
In the opened "Microsoft Visual Basic for Applications" window, click the "Insert" tab, then choose "Module".
Step 3: Insert the code
Copy the code below and paste it into the module window.
Sub SaveSpecifiedPagesAsNewDoc()
'UpdatebyKutools
Dim objNewDoc As Document
Dim objDoc As Document
Dim strFolder As String
Dim strFileName As String
Dim startPage As Long
Dim endPage As Long
Dim startRange As Range
Dim endRange As Range
' Initialize
Set objDoc = ActiveDocument
' Specify the folder path and file name here
strFolder = "C:\Users\AddinsVM001\Desktop\pdf\extract pages" ' Example path
strFileName = "ExtractedPages" ' Example file name
' Specify start and end pages here
startPage = 3
endPage = 4
' Find the range of the specified pages
With objDoc
' Go to the start of the start page
.GoTo(What:=wdGoToPage, Which:=wdGoToAbsolute, Count:=startPage).Select
Set startRange = Selection.Range
' Go to the start of the page after the end page, to get the complete end page
.GoTo(What:=wdGoToPage, Which:=wdGoToAbsolute, Count:=endPage + 1).Select
Selection.MoveLeft Unit:=wdCharacter, Count:=1
Set endRange = Selection.Range
' Define the range from start to end page
Set startRange = .Range(Start:=startRange.Start, End:=endRange.End)
End With
' Copy the defined range
startRange.Copy
' Open a new document to paste the selection
Set objNewDoc = Documents.Add
objNewDoc.Content.Paste
' Save the new document
objNewDoc.SaveAs2 FileName:=strFolder & "\" & strFileName & ".docx"
objNewDoc.Close False
' Clean up
Set objNewDoc = Nothing
Set objDoc = Nothing
Set startRange = Nothing
Set endRange = Nothing
MsgBox "Pages " & startPage & " to " & endPage & " have been extracted to " & strFileName & ".docx"
End Sub

Step 4: Click run button or press F5 key to run the code
After running the code, a dialog pops out for telling you the pages have been extracted, click "OK" to close it.
Step 5: Go to the folder to check if the pages are extracted correctly
Split the whole Word document into separate files by pages, headings, or breaks
If you want to extract pages into separate files based on Heading 1, page breaks, section breaks, or specific page numbers, the "Split Document" feature of Kutools for Word can help you get the job done quickly and efficiently.
Step 1: Activate the Split Document feature
Click "Kutools Plus" > "Split" to activate the feature.
Step 2: Customize your split
Split by: Choose the criterion you want to split by.
Page: If you choose "Custom" as the split method, enter the specific page numbers you want to extract.
Save to: Browse and choose a folder to locate the split documents.
Document Prefix: Type prefix for naming the split documents.
OK: Click to finish the split.
Step 3: Go to the folder and check the split documents
Each method offers a solution for different needs: manual copying for simple extractions, printing to PDF for sharing specific pages, VBA for automated extraction, and document splitting for organizing extensive documents. By following these steps, you can manage your documents more effectively and tailor the content to your specific requirements.
For additional transformative Word strategies that can significantly enhance your data management, explore further here.
Best Office Productivity Tools
Kutools for Word - Elevate Your Word Experience
🤖 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!
Table of contents
- Video: Extract Pages in Word
- Extracting specific pages / current page from Word
- Using the Copy and Paste feature – manually
- Using the Print to PDF feature - save extracted pages to PDF
- Using VBA code - save extracted pages to a specific folder
- Split the whole Word documents to separate files based on Pages, Headings, Breaks