Thread: Clsong Excel
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Clsong Excel

Hi Mark,

Try:

Application.Quit


---
Regards,
Norman


"MarkS" wrote in message
...
Hi,
' Save And Close
ActiveWindow.Close savechanges:=True

this closes and saves to workbook but leaves Excel still running, I want
to
close Excel as well.

Any ideas

MarkS