ProjectAfterSave Event

Occurs after a project has been saved.

Syntax

Private Sub object_ProjectAfterSave

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

Remarks

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

Applies to | Application Object

See Also | ProjectBeforeSave Event | ProjectBeforeSave2 Event