SharedWorkspaceLinks.Add Method
Adds a link to the list of links in a shared workspace.
Syntax
expression.Add(URL, Description, Notes)
expression Required. A variable that represents a SharedWorkspaceLinks object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| URL | Required | String | The address of the Web site to which a link is being added. |
| Description | Optional | String | Description of the link. |
| Notes | Optional | String | Notes about the link. |
Return Value
SharedWorkspaceLink
Example
The following example adds a new link to the links collection of the shared workspace.
| Visual Basic for Applications |
|---|
|