Application.IsCompiled Property (Access)

The IsCompiled property returns a Boolean value indicating whether the Visual Basic project is in a compiled state. Read-only Boolean.

Syntax

expression .IsCompiled

expression A variable that represents an Application object.

Remarks

The IsCompiled property of the Application object is False when the project has never been fully compiled, if a module has been added, edited, or deleted after compilation, or if a module hasn't been saved in a compiled state.

See Also

Concepts

Application Object

Application Object Members