S
sales
I'm trying to write a macro that closes the active window without
saving the document. The one line of code is:
ActiveWindow.Close SaveChanges:=wdDoNotSaveChanges
This macro closes the active document but doesn't close the parent
window. It just leaves the parent window there without a document in
it.
Any ideas?
Thanks
Steve
saving the document. The one line of code is:
ActiveWindow.Close SaveChanges:=wdDoNotSaveChanges
This macro closes the active document but doesn't close the parent
window. It just leaves the parent window there without a document in
it.
Any ideas?
Thanks
Steve