ProjectCalculate Event

Occurs after a project is calculated.

Syntax

Private Sub object**_ProjectCalculate(ByValpjAs MSProject.Project)**

object     An object of type Application declared with events in a class module. For more information, see Using events with the Application object.

pj     The project that was calculated.

Remarks

Project events do not occur when the project is embedded in another document or application.

Applies to | Application Object

See Also | Calculate Event