Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-21-2019, 06:28 AM
chrscote chrscote is offline Want to remove first 2 blank pages Windows 7 64bit Want to remove first 2 blank pages Office 2010 64bit
Novice
Want to remove first 2 blank pages
 
Join Date: Aug 2016
Posts: 12
chrscote is on a distinguished road
Exclamation Want to remove first 2 blank pages

I have a script in DOORS that creates a document with a table. However, for some reason, it always adds 2 empty pages before the actual content. I have been trying to write a simple script that will delete these first 2 pages, but it's not working. Here's the code I'm using:


Code:
Sub removeExtraPages()
    Dim Rng As Range, iPage As Long
    iPage = 2
    With ActiveDocument
        Set Rng = .GoTo(What:=wdGoToPage, Name:=iPage)
        Set Rng = Rng.GoTo(What:=wdGoToBookmark, Name:="\page")
        Rng.Delete
    End With
End Sub

I found this code from this forum, but can't seem to figure out what is causing the problem. I'm hoping someone can help me out.


Chris
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Want to remove first 2 blank pages Delete blank pages Dimsok Word VBA 18 11-14-2014 12:30 PM
Want to remove first 2 blank pages deleting blank pages thauser Word 3 05-27-2014 01:56 AM
Want to remove first 2 blank pages remove blank lines in between jolinchew Excel 4 08-01-2013 06:09 AM
Want to remove first 2 blank pages Deleting blank pages Microsoftenquirer1000 Word 14 08-27-2012 01:24 PM
hidden blank pages mljm Word 3 06-19-2009 03:18 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:09 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft