View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
elcroco elcroco is offline
external usenet poster
 
Posts: 7
Default Application.Quit

I would like to use this function in one of my application.So I wrote
the following code:

Sub sTestAppQuite()

Application.Display
Application.Quit

End Sub

When I m testing it, the "Save" dialog box opens, asking me whether or
not I want to save the workbook. As I would like to avoid this
behaviour, what I hhave to do ???

Thanks

G