Project.IsDisposed Property

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Project Object > Properties >

Project.IsDisposed Property

Previous pageReturn to chapter overviewNext page

This property checks if the project was deactivated and internal object set to nothing. Read only Boolean property,

 

Syntax

expression.IsDisposed

expression. A variable representing a Project object.