Syntax

expression.Members

expression A variable that represents a SharedWorkspace object.

Example
The following example lists the members in the current shared workspace.

Visual Basic for Applications
Dim swsMembers As Office.SharedWorkspaceMembers Set swsMembers = ActiveWorkbook.SharedWorkspace.Members MsgBox "There are " & swsMembers.Count & _ " member(s) in the current shared workspace.", _ vbInformation + vbOKOnly, _ "Collection Information" Set swsMembers = Nothing 
MEMBERS members property ofv

See also: