View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Greg[_27_] Greg[_27_] is offline
external usenet poster
 
Posts: 50
Default Exit with out saving

Thanks Bob works great

Greg
"Bob Phillips" wrote in message
...
ThisWorkbook.Saved = True
Application.Quit

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Greg" wrote in message
...
How do I get excel to use the application.quit function
without wanting to save before exit

Thanks

Greg