View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 172
Default Code to Exit Excel

Thnaks
How can i place a SAVE step before that then Exit?
Corey....
"Chip Pearson" wrote in message
...
Corey,

Application.Quit

will complete terminate Excel.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Corey" wrote in message
...
I currently use a close workbook code, but
have decided to rather have a exit Excel
code.
Is this possible?