Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code behind a command button on a user form. The object
is to close the workbook and then quit Excel. KOMenu.Hide Application.StatusBar = False Application.ScreenUpdating = True ActiveWindow.WindowState = xlMaximized ActiveWorkbook.Close Savechanges:=False Application.Quit It closes the workbook but Excel itself stays open. If I take out the ..Close statement, it quits Excel correctly. Any suggestions on why this might happening? -- Bill @ UAMS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.Quit Does not Close the Application | Excel Programming | |||
difference application.quit & application.close | Excel Programming | |||
application.quit | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming | |||
application.quit will not shut off application | Excel Programming |