I have not tried that, it really seems convaluted to accomplish this that way but Microsoft is not known for always taking the logical path when providing a development path.
How would you recommend accomplishing this?
By moving the Documents.Add Template:=strAppPath, NewTemplate:=False line above the With ActiveDocument line?
If so, how would I then reference the previous document to once again make it the ActiveDocument (since opening a new instance is going to automatically provide focus to the new instance)?
-saige-
Main Topics
Browse All Topics





by: GrahamSkanPosted on 2008-11-13 at 10:23:15ID: 22952651
Have you tried opening the new document before saving and closing the previous one?