I am using the MS Word object library, and I am printing out large mail-merge documents via the .PrintOut command. I then need to close the document printed, but the problem is, if I issue a .Close command to the document, the print also terminates. Is there a way of detecting when a .PrintOut command has finished so that I can do a .Close on the document.