JPMS,
In addition to the other responses that you rec'd, you might
want to use:
Application.DisplayAlerts = False
just before the
Application.Quit
This will suppress any prompts to save the workbook
if your macros have made any changes to it.
John
JMPS said:
I was wondering if there was an easy way to exit Excel automatically once
all the Aut

pen Macros completed.