Thread
:
Exit with out saving
View Single Post
#
4
Posted to microsoft.public.excel.programming
K Dales[_2_]
external usenet poster
Posts: 1,163
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
Reply With Quote
K Dales[_2_]
View Public Profile
Find all posts by K Dales[_2_]