Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi! If I have a drawn button and assign a macro that looks like this: [Begin Code] Sub ExitWarrantybook() Application.ScreenUpdating = False ActiveWorkbook.Save Sheets("Home Page").Select Range("H26").Select Selection.ClearContents ActiveWorkbook.Close ActiveWorkbook.Saved = True Application.ScreenUpdating = True End Sub [end Code] And I have code in the "ThisWorkbook" section that looks like this: [begin code] Sub Workbook_BeforeClose(Cancel As Boolean) Application.ScreenUpdating = False ActiveWorkbook.Save ActiveWorkbook.Saved = True With ActiveWindow ..DisplayHeadings = True ..DisplayOutline = True ..DisplayWorkbookTabs = True End With Application.ScreenUpdating = True End Sub [end code] Do both sets of code run before the workbook closes? -- Brian Matlack ------------------------------------------------------------------------ Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508 View this thread: http://www.excelforum.com/showthread...hreadid=500427 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing Hidden Workbook when Active Workbook is Closed | Excel Programming | |||
Help with closing down a workbook?? | Excel Worksheet Functions | |||
closing excel after closing a workbook | Excel Programming | |||
Closing a workbook | Excel Programming | |||
closing workbook | Excel Programming |