Unloads the project results. Optionally closes the workbooks(without saving!)
expression.Unload(CloseFiles,DisplayUndo)
expression. A variable representing a Project object.
Name |
Type |
Description |
CloseFiles |
Boolean |
Closes the compared files (workbooks). |
DisplayUndo |
Boolean |
Optional. When True and Highlighting or ShowHide is active then the user will be given the option to undo |
none
If you want the files to be saved (with possible highlighting and showhide) then you must do so before the Unload method is called.