Thread: close excel
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TOM TOM is offline
external usenet poster
 
Posts: 6
Default close excel

Hello,

I am using this:

ActiveWorkbook.RunAutoMacros Which:=xlAutoClose
ActiveWorkbook.Close

But Excel after that still open (without workboob). Is there some way how
close Excel completly at the end of macro?

Tom