| Date: | Thu, 6 Nov 2008 12:14:18 -0500 |
| Reply-To: | "Bross, Dean S" <dean.bross@VA.GOV> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Bross, Dean S" <dean.bross@VA.GOV> |
| Subject: | Re: Close a Word Session by using SAS |
| In-Reply-To: | <9fe7ef18-a675-4db8-92f5-5422c034c452@t18g2000prt.googlegroups.com> |
| Content-Type: | text/plain; charset="us-ascii" |
Here is some documentation on FileExit
FileExit [Save]
Quits Word. FileExit (Windows) is the same as FileQuit (Macintosh).
Argument Explanation
Save Determines whether Word saves each document before closing it if
it is "dirty" --- that is, if changes have been made since the last
time the file was saved:
0 (zero) or omitted Prompts the user to save each changed document.
1 Saves all edited documents before quitting.
2 Quits without saving changed documents.
The Save argument also controls whether a prompt appears if a document
has a routing slip or if Word is printing in the background. Prompts
appear if Save is 0 (zero) or omitted; otherwise, Word quits without
routing documents or finishing print jobs.
-----Original Message-----
From: owner-sas-l@listserv.uga.edu [mailto:owner-sas-l@listserv.uga.edu]
On Behalf Of Wing9897@hotmail.com
Sent: Thursday, November 06, 2008 9:00 AM
To: sas-l@uga.edu
Subject: Close a Word Session by using SAS
Hello,
Does anyone know how to close a Word session (not a Word document) by
using DDE or some other method?
Thanks.
|