Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bruno,
Is it possible to close Excel (not just the workbook) from within a Workbook_Open event? Application.quit does the job. You need to make sure all workbooks are saved or discarded first though. Workbooks("Book1.xls").Saved=True sets a workbook to saved state (without saving). Regards, Jan Karel Pieterse Excel MVP www.jkp-ads.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing workbooks w/o closing Excel | Excel Discussion (Misc queries) | |||
Closing Excel | Excel Discussion (Misc queries) | |||
Closing VB triggers closing Excel | Excel Programming | |||
closing Excel in VBA | Excel Programming | |||
closing excel after closing a workbook | Excel Programming |