S
Simon
Hi,
I'm wanting to select and copy the current page + next 2 pages to a new
document.
I use the following code to copy a page, but can "\page" be modified to
"\page +2"????
Code is...
Sub CopyPage()
'Select and copy the text to the clipboard
ActiveDocument.Bookmarks("\page").Range.Copy
' Open new document to paste the content of the clipboard into
Documents.Add
Selection.Paste
End Sub
Thanks
Simon
I'm wanting to select and copy the current page + next 2 pages to a new
document.
I use the following code to copy a page, but can "\page" be modified to
"\page +2"????
Code is...
Sub CopyPage()
'Select and copy the text to the clipboard
ActiveDocument.Bookmarks("\page").Range.Copy
' Open new document to paste the content of the clipboard into
Documents.Add
Selection.Paste
End Sub
Thanks
Simon