Thread: [Solved] VBA to Delete Single Page
View Single Post
 
Old 01-30-2018, 07:02 PM
bgarrett bgarrett is offline Windows 10 Office 2016
Novice
 
Join Date: Jan 2018
Posts: 3
bgarrett is on a distinguished road
Default VBA to Delete Single Page

Hello All!

I’m trying to figure out how to delete a single page in word (including its header/footer). There’s code out there that I can use to delete the content from a page (but running that code leaves the header/footer behind), and there’s code I have found that will delete the header/footer from every single section in the entire document, but what I want to do lies in the middle of those two.

I want to be able to delete the current page (including header/footer) from the document.
Reply With Quote