Hi,
Please ignore what I ask if I'm not supposed to raise a MS Word question.
It's a quick question. How can I remove or delete a page from a Word document? I googled around but unable to find a decent solution. I don't understand why it's so hard to delete a page in Word, instead of easy removal of a tab in Excel, a sort of operation we do almost everyday.
I tried this but it worked unless it's the last page.
Sub RemovePage()
Selection.GoTo wdGoToPage, wdGoToAbsolute, 7
ActiveDocument.Bookmarks("\page").Range.Delete
End Sub
Thanks in advance
Please ignore what I ask if I'm not supposed to raise a MS Word question.
It's a quick question. How can I remove or delete a page from a Word document? I googled around but unable to find a decent solution. I don't understand why it's so hard to delete a page in Word, instead of easy removal of a tab in Excel, a sort of operation we do almost everyday.
I tried this but it worked unless it's the last page.
Sub RemovePage()
Selection.GoTo wdGoToPage, wdGoToAbsolute, 7
ActiveDocument.Bookmarks("\page").Range.Delete
End Sub
Thanks in advance