Application.CheckIn method (Project)
Checks in the active project file if it is stored in a SharePoint library.
Syntax
expression. CheckIn
( _fSaveChanges_
, _Comments_
, _fMakePublic_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
fSaveChanges | Optional | Boolean | True saves changes and checks in the project document. False returns the document to a checked-in status without saving revision. |
Comments | Optional | String | Allows the user to enter check-in comments for the revision of the project being checked in (applies only if fSaveChanges equals True). |
fMakePublic | Optional | Boolean | True allows the user to publish the project after it has been checked in. This submits the project for the approval process, which can eventually result in a version of the project being published to users with read-only rights to the project (applies only if fSaveChanges equals True). |
Return value
Boolean
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.