K
Kezza
Hi There
I am trying to work out how to close a single word window without closing
any other word windows that might be open.
I can close the document and I can close all the word windows and I can
close the window if there are other word windows open.
I have tried the following
Me.Application.ActiveWindow.Close
Windows("conquest report.doc").Parent.Close
SaveChanges:=wdDoNotSaveChanges
Windows("A.doc").Application.Quit
Non of this code gives me the solution I am looking for.
I would really appreciate some assistance.
Thanks
I am trying to work out how to close a single word window without closing
any other word windows that might be open.
I can close the document and I can close all the word windows and I can
close the window if there are other word windows open.
I have tried the following
Me.Application.ActiveWindow.Close
Windows("conquest report.doc").Parent.Close
SaveChanges:=wdDoNotSaveChanges
Windows("A.doc").Application.Quit
Non of this code gives me the solution I am looking for.
I would really appreciate some assistance.
Thanks