M
Mamue
Hi,
how it is possible to close a document after adding a new one? i don't
know how to store the old document in a variable to close it
afterwards, like that:
Dim oldDoc as Document = ActiveDocument
Documents.add "Normal.dot"
oldDoc.close()
do you have an idea? is it possible to add a new document but keep the
old one active?
cheers, m
how it is possible to close a document after adding a new one? i don't
know how to store the old document in a variable to close it
afterwards, like that:
Dim oldDoc as Document = ActiveDocument
Documents.add "Normal.dot"
oldDoc.close()
do you have an idea? is it possible to add a new document but keep the
old one active?
cheers, m