Syntax

expression.Connected

expression A variable that represents a SharedWorkspace object.

Remarks

Use the method of the SharedWorkspace object to disconnect the local copy of the active document from the shared workspace. Use the method to remove the document from the shared workspace.

Example

The following example checks the Connected property to determine whether the active document is already saved in a shared workspace.

Visual Basic for Applications
 If ActiveWorkbook.SharedWorkspace.Connected Then MsgBox "This document is already saved in a shared workspace." End If 
connected connected property ofv

See also: