Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am sure this is a real simple one, that I have not figured out. I want the
command "Workbook.Quit" that will then give the user the option to save the workbook. Using Application.Quit is fine if only one workbook is open. But if other workbooks are open it does not work for the one workbook. Any help is appreciated. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ronbo.
Try: ActiveWorkbook.Close If the workbook has changed, the user will be asked if changes are to be saved. --- Regards, Norman "Ronbo" wrote in message ... I am sure this is a real simple one, that I have not figured out. I want the command "Workbook.Quit" that will then give the user the option to save the workbook. Using Application.Quit is fine if only one workbook is open. But if other workbooks are open it does not work for the one workbook. Any help is appreciated. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Norman Jones" wrote: Hi Ronbo. Try: ActiveWorkbook.Close If the workbook has changed, the user will be asked if changes are to be saved. --- Regards, Norman "Ronbo" wrote in message ... I am sure this is a real simple one, that I have not figured out. I want the command "Workbook.Quit" that will then give the user the option to save the workbook. Using Application.Quit is fine if only one workbook is open. But if other workbooks are open it does not work for the one workbook. Any help is appreciated. Thanks Thank-you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can't quit excel | Excel Discussion (Misc queries) | |||
my password quit working in an excel workbook, help! | Excel Worksheet Functions | |||
Application.quit | Excel Programming | |||
Excel doesn't quit | Excel Programming | |||
Excel won't quit | Excel Programming |