Excel: How auto_close Is Invoked on Each PlatformLast reviewed: November 30, 1994Article ID: Q63804 |
SUMMARYThe time at which the auto_close macro is invoked depends upon the platform that Microsoft Excel is being used on. Following are descriptions of how auto_close is invoked on each platform:
Microsoft Excel Version 2.20 for Apple MacintoshThis version invokes the auto_close macro before displaying the "Save changes?" message when the macro sheet is closed by choosing Close from the File menu or when the close box is clicked on the macro sheet. However, if the macro sheet is closed by choosing Quit from the File menu, "Save changes?" appears before the auto_close macro is invoked.
Microsoft Excel Version 2.10 for Microsoft WindowsThis version invokes auto_close after the "Save changes?" message appears. This means that it isn't possible to take complete control of documents with auto_close.
Microsoft Excel Version 2.20 for OS/2In this version, auto_close behavior is best. The only situation where the "Save changes?" message appears before auto_close is invoked is when Microsoft Excel is exited by closing the application window from the System menu.
MORE INFORMATIONFor more information on auto_close, see page 139 of the "Microsoft Excel Functions and Macros" version 2.2 manual. For methods of avoiding the "Save changes?" message, query on the following word:
SAVE.AS(,0) |
KBCategory:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |