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.
|