I know that the command to close the active document without saving is:
ActiveWindow.Close SaveChanges:=wdDoNotSaveChanges
What is the command to close Word entirely without saving changes to the
active document?
TIA,
Karen
Kingsley - 01 Mar 2005 21:29 GMT
Have you tried calling the Quit method of the Application class with the
right value for SaveChanges parameter.
> I know that the command to close the active document without saving is:
>
[quoted text clipped - 5 lines]
> TIA,
> Karen