XL5: Unexpected Results Using ExecuteExcel4Macro with CLOSE() |
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
Workbooks("<filename>").Close
where <filename> is the name of the file that you want to closeApplication.ExecuteExcel4Macro "Close(True)" 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
Additional query words: 5.00c
Keywords :
Version : 5.00 5.00c 7.00
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: April 12, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |