Application.ProjectBeforeSave2 event (Project)

Occurs before a project is saved. Uses the EventInfo object parameter.

Syntax

expression. ProjectBeforeSave2( _pj_, _SaveAsUi_, _Info_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
pj Required Project The project to be saved.
SaveAsUi Required Boolean True if the Save As dialog box is displayed.
Info Required EventInfo EventInfo.Cancel is False when the event occurs. If the event procedure sets this argument to True, the project will not be saved when the procedure is finished.

Return value

Nothing

Remarks

Project events don't occur when the project is embedded in another document or application.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.