Document.CheckOut Method
Word Developer Reference |
Copies a specified document from a server to a local computer for editing.
Syntax
expression.CheckOut(FileName)
expression Required. A variable that represents a Document object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FileName | Required | String | The name of the file to check out. |
Remarks
To take advantage of the collaboration features built into Word, documents must be stored on a Microsoft SharePoint Portal Server.
Example
This example verifies that a document is not checked out by another user and that it can be checked out. If the document can be checked out, it copies the document to the local computer for editing.
Visual Basic for Applications |
---|
|
To call the CheckInOut subroutine above, use the following subroutine and replace the "http://servername/workspace/report.doc" file name with an actual file located on a server mentioned in the Remarks section above.
Visual Basic for Applications |
---|
|
See Also