ListObject.Unlink Method
Excel Developer Reference |
Removes the link to a Microsoft Windows SharePoint Services site from a list. Returns Nothing.
Syntax
expression.Unlink
expression A variable that represents a ListObject object.
Remarks
After this method is called and the list is unlinked, it cannot be reversed.
Example
The following example unlinks a list from a SharePoint site.
Visual Basic for Applications |
---|
|
See Also