ListObject.SharePointURL Property
Returns a String representing the URL of the SharePoint list for a given ListObject object. Read-only String.
Syntax
expression.SharePointURL
expression A variable that represents a ListObject object.
Remarks
Accessing this property generates a run-time error if the list is not linked to a SharePoint site.
Example
The following example sets elements of theparameter of the Publishmethod to push the ListObjectobject to a SharePoint site. The code sample uses the SharePointURLproperty to assign the URL to the array and the Nameproperty to assign the name of the list. The information in the array is then passed to the SharePoint site using the Publishmethod.
| Visual Basic for Applications |
|---|
|
See also:
| Target |