Navigation:  Object Model Reference > Project Object > Methods >

Project.Unload Method

Previous pageReturn to chapter overviewNext page

Unloads the project results. Optionally closes the workbooks(without saving!)

 

Syntax

expression.Unload(CloseFiles,DisplayUndo)

expression. A variable representing a Project object.

 

Parameters

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

 

Return Value

none

 

Remarks

If you want the files to be saved (with possible highlighting and showhide) then you must do so before the Unload method is called.

 


See Also

Project Object
Project Object Members