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

Why this code don't close excel? Code is assigned to button into userfor

Private Sub CommandButton4_Click(
ActiveWorkbook.Sav
If Workbooks.Count 1 The
ActiveWorkbook.Clos
Els
Application.Qui
End I
End Su

TIA