Navigation:  Object Model Reference > Project Object >

Load Method

Previous pageReturn to chapter overviewNext page

Loads the given project file.

 

Syntax

 

Project.Load(ByVal filename As String, ByVal password As String = "")

 

Arguments

 

Project

       Project object

 

filename

       Required.  The filename of the project to load.

 

password

       Optional.  The password used to encrypt values in the project.

 

 

See Also

 

Applies to Project object