I'm using Word automation with Word 2013. I have created a blank document using documents.add(). If I then open an existing file using documents.open(), instead of having 2 documents, I only have the opened document in the documents collection. In Word 2010,
I had 2 open documents, I could close the existing document and continue to use the initial blank document.
Is there a way of maintaining the previous behaviour?