ID: Q123442
5.00 5.00c 7.00 WINDOWS kbprg kbmacro kbcode
The information in this article applies to:
When you call an Excel 4 macro from a Visual Basic, Applications Edition, procedure using the Application.ExecuteExcel4Macro command, the strings "FILE.CLOSE()" and "CLOSE()" will not save changes unless you include the TRUE argument.
NOTE: This behavior is different from Microsoft Excel version 4.0. In Microsoft Excel 4.0, if you omit the argument, you are prompted to specify whether or not you want to save the changes.
If you want to be prompted to save changes when you close a file from a macro, use either of the following lines of code
where <filename> is the name of the file that you want to close
-or-
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
For more information about ExecuteExcel4Macro,choose the Search button in Help and type:
ExecuteExcel4Macro
KBCategory: kbprg kbcode
KBSubcategory:
Additional reference words: 5.00 5.00c 7.00
Version : 5.00 5.00c 7.00
Platform : WINDOWS
Last Reviewed: March 29, 1997