Syntax

expression.Links

expression A variable that represents a SharedWorkspace object.

Example
The following example lists the links saved in the current shared workspace.

Visual Basic for Applications
 Dim swsLinks As Office.SharedWorkspaceLinks Set swsLinks = ActiveWorkbook.SharedWorkspace.Links MsgBox "There are " & swsLinks.Count & _ " link(s) in the current shared workspace.", _ vbInformation + vbOKOnly, _ "Collection Information" Set swsLinks = Nothing 
Links links property ofv

See also: