View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default exit excel within vba

If you want to exit Excel, use

Application.Quit



"Murat Demir HEKIMOGLU" wrote in message
...
Hello All,

I have a vba code, at the end of this code I want to exit excel
not close.

If I close the excel workbook I can not run excel again from
the scheduler.

Can anyone provide me help??

thanx all.

Murat Demir Hekimoglu