wrdApp.Quit() forces the new document closed, I need the document to stay open so that the user can make changes, additions, deletions etc to the document and then print it - all before closing it. Essentially I want the close control to be a user controlled thing, not something the program forces.

If that makes sense.