Workbooks.CheckOut Method

Copies the specified workbook from a server to a local computer for editing.

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

Syntax

'Declaration
Sub CheckOut ( _
    Filename As String _
)
'Usage
Dim instance As Workbooks
Dim Filename As String

instance.CheckOut(Filename)
void CheckOut(
    string Filename
)

Parameters

  • Filename
    Type: System.String

    Required String. The name of the file to check out.

See Also

Reference

Workbooks Interface

Workbooks Members

Microsoft.Office.Interop.Excel Namespace