<< Click to Display Table of Contents >> Project.Close Method |
Closes the project results. Optionally closes the workbooks (without saving!)
expression.Close(CloseFiles,DisplayUndo)
expression. A variable representing a Project object.
Name |
Type |
Description |
CloseFiles |
Boolean |
Closes the compared files (workbooks). |
DisplayUndo |
Boolean |
Optional. If true and highlighting or outline are activated, the user will be given the option to undo |
none
If you want the files to be saved (with possible highlighting and outline), you must do so prior to calling the Close method.