View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
K Dales[_2_] K Dales[_2_] is offline
external usenet poster
 
Posts: 1,163
Default Exit with out saving

ActiveWorkbook.Close False ' False here means do not save changes
Application.Quit
--
- K Dales


"Greg" wrote:

How do I get excel to use the application.quit function
without wanting to save before exit

Thanks

Greg