Workbook.Sync Property
Excel Developer Reference |
Returns a Sync object that provides access to the methods and properties for documents that are part of a Document Workspace.
Syntax
expression.Sync
expression An expression that returns a Workbook object.
Return Value
Sync
Example
The following example displays the name of the last person to modify the active workbook if the active workbook is a shared document in a Document Workspace.
Visual Basic for Applications |
---|
|
See Also