Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please take a look at the code below:
Public Sub DumbFoo ( ) ThisWorkbook.Close() Sheet1.Range("A1").Value = -1 ThisWorkbook.Save() End Sub Is it safe to assume that the code below the "ThisWorkbook.Close()" line will NOT be executed??? My question is basically: Does all VBA code stop executing once a .Close() function is called??? Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.StatusBar not refreshing after ThisWorkbook.Close | Excel Programming | |||
Call user form from ThisWorkbook; close file if form closed | Excel Programming | |||
Setting Application.EnableEvents=True after Thisworkbook.Close call | Excel Programming | |||
ThisWorkbook.close doesn't wokk :( | Excel Programming |