Workbook.CheckIn Method

Returns a workbook from a local computer to a server, and sets the local workbook to read-only so that it cannot be edited locally. Calling this method closes the workbook.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Sub CheckIn ( _
    SaveChanges As Object, _
    Comments As Object, _
    MakePublic As Object _
)
void CheckIn(
    Object SaveChanges,
    Object Comments,
    Object MakePublic
)

Parameters

  • SaveChanges
    Type: System.Object
    true saves changes and checks in the document; false returns the document to a checked-in status without saving revisions.
  • Comments
    Type: System.Object
    Allows the user to enter check-in comments for the revision of the workbook being checked in (applies only if SaveChanges equals true).
  • MakePublic
    Type: System.Object
    true allows the user to publish the workbook after it has been checked in. This submits the workbook for the approval process, which can eventually result in a version of the workbook being published to users with read-only rights to the workbook (applies only if SaveChanges equals true).

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace