I am using the following code to try to copy the current document to a new document (for further processing): Selection.WholeStory Selection.Copy Documents.Add Template:="Normal", NewTemplate:=False, DocumentType:=0 Selection.PasteAndFormat (wdPasteDefault) ActiveDocument.SaveAs FileName:=sTemp...