D
Dkline
Very simple need but solution escapes me at the moment.
I want to move page 1 after page 2 - with page 2 now becoming the first page
in the document.
I can select the page by using:
Set objPage = ActiveDocument.ActiveWindow.Panes(1).Pages.Item(1)
I can't figure out how to move it.
I have to do this to a large number of documents and may need to repeat the
process in the future.
I want to move page 1 after page 2 - with page 2 now becoming the first page
in the document.
I can select the page by using:
Set objPage = ActiveDocument.ActiveWindow.Panes(1).Pages.Item(1)
I can't figure out how to move it.
I have to do this to a large number of documents and may need to repeat the
process in the future.