Returns whether the project file data is loaded.

Syntax:

IsLoaded() As Boolean
Return: Boolean
Example:
Dim ProjFile As ProjectFile
Dim TUs As TransUnits

Set ProjFile = Application.ActiveProjectFile

If (ProjFile.IsLoaded) Then
    Set TUs = ProjFile.TransUnits
End If

See also:

Class ProjectFile


Last Updated: 03/11/04