How Do I Remove Pages Extra Pages From End Of Word Template Document
How to delete multiple specific pages in a Word document?
In a Word document, yous can select the current page content, so press Delete key to delete the current folio hands. Just, if you need to remove multiple pages from a large Discussion file, how could you lot solve it quickly?
Delete a range of pages in Word certificate with Go To feature
Delete multiple specific pages in Word certificate with VBA code
Delete a range of pages in Word document with Become To feature
If you want to delete a range of consecutive pages from a Word document, the Go To feature can do y'all a favor.
1. Launch the Word document that you lot want to delete pages.
ii. So printing F5 key to open the Observe and Supplant dialog box, under the Go To tab, click Folio in the Go to what listing box, and and then enter the start folio number you want to delete from, and press Enter key to go to the specific page, see screenshot:
2. So, close this Discover and Supersede dialog box, and press F8 to turn on the Extend mode.
3. Keep pressing F5 primal to open the Find and Supplant dialog, this time, enter the stop page number that you desire to delete, and then printing Enter fundamental. All pages from xv to 20 have been selected at once. See screenshot:
4. At last, printing Delete key straight to delete these pages at one time.
Delete multiple specific pages in Give-and-take certificate with VBA code
To delete multiple specific pages in a Word file which are not-consecutive, the post-obit VBA code tin assist you lot.
1. Agree downward the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.
ii. Click Insert > Module, and paste the following code in the Module Window.
VBA code: Delete multiple specific pages in Word file:
Sub DeletePagesInDoc() Dim xRange Equally Range Dim xPage As Cord Dim xDoc Equally Document Dim xArr Dim I, xSplitCount Every bit Long Application.ScreenUpdating = False Gear up xDoc = ActiveDocument xPage = InputBox("Enter the folio numbers of pages to be deleted: " & vbNewLine & _ "utilise comma to separate numbers", "KuTools for Word", "") xArr = Split(xPage, ",") xPageCount = UBound(xArr) For I = xPageCount To 0 Step -1 Pick.GoTo wdGoToPage, wdGoToAbsolute, xArr(I) xDoc.Bookmarks("\Page").Range.Delete Next Application.ScreenUpdating = True End Sub 3. And so, printing F5 cardinal to run this code, and a prompt box is popped out to remind you lot enter the page numbers that yous desire to delete, please split up the page numbers by comma, see screenshot:
4. And and then, click OK push, all the pages y'all specified have been deleted at once.
Select multiple sepecific pages and then delete them at in one case:
If you lot want to delete multiple specifiic pages from a big Discussion document, Kutools for Give-and-take'south Select Pages characteristic can aid y'all to select any pages showtime as you lot need, and then press Delete cardinal to delete them at once.
Recommended Give-and-take Productivity Tools
Kutools For Word - More than Than 100 Avant-garde Features For Word, Salvage Your fifty% Fourth dimension
- Complicated and repeated operations tin be washed 1-time processing in seconds.
- Insert multiple images beyond folders into Word document at one time.
- Merge and combine multiple Word files across folders into i with your desired gild.
- Dissever the current document into separate documents according to heading, section break or other criteria.
- Convert files between Doc and Docx, Docx and PDF, drove of tools for mutual conversions and selection, and so on...
How Do I Remove Pages Extra Pages From End Of Word Template Document,
Source: https://www.extendoffice.com/documents/word/5503-word-delete-multiple-pages.html
Posted by: andersonvearguat.blogspot.com

0 Response to "How Do I Remove Pages Extra Pages From End Of Word Template Document"
Post a Comment