Hi everyone =)
This helpt me a lot. But i have a problem
I have a word doc with 60pages. The user decideds what is going to be in the doc, by checking CheckBoxes.
I want to delete the rest of the documents that are not checkt out.
Problem with :
Selection.GoTo wdGoToPage, wdGoToAbsolute, 3
ActiveDocument.Bookmarks("\Page").Range.Delete
is that for every page i delete the page nr is change.
Do u have any god tips?
Best regards.
Trond