I would be very grateful if someone could please help me with the VBA code to delete the second (and final) page of a document.
There is some VBA code that inserts a table of 8 cells covering the first page of the document. This creates a blank second page that I am simply unable to delete (going to the end of the document and doing a backspace does not delete the page, due to the table covering the first page, which is why I thought that maybe VBA code may work).