Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs before the project closes. If the project has changed since it was opened, but has not been saved, this event occurs before the user is prompted to save the project.
Private Sub Project_BeforeClose(ByVal pj As MSProject.Project)
pj The project that is being closed.
Project events do not occur when the project is embedded in another document or application.
Applies to | Project Object, Projects Collection Object
See Also | Deactivate Event | ProjectBeforeClose Event