Hi all,
I have the following:
I want this to delete the last page in the document.Code:ActiveDocument.Repaginate totalpages = ActiveDocument.BuiltInDocumentProperties(wdPropertyPages) ActiveDocument.Range.GoTo(wdGoToPage, wdGoToAbsolute, totalpages).Bookmarks("\Page").Range.Delete
Is there any reason why it isn't?
Thanks
Martin![]()




Reply With Quote