title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.OpenFromSharePoint method (Project) |
vbapj.chm2293 |
|
project-server |
|
415f8b11-5c6f-d9df-fb58-61ff7f392b5f |
06/08/2017 |
medium |
Opens a project from a task list in SharePoint 2013.
expression. OpenFromSharePoint
( _SiteURL_
, _ListName_
)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
SiteURL | Optional | String | Specifies the URL of the SharePoint site. |
ListName | Optional | String | Specifies the name of the task list. |
Boolean
Note
Project must not be connected to a Project Server instance. Synchronization with SharePoint task lists is designed for users who don't have access to Project Server.
The following example opens a project from a task list named TestTasks that is in the Simple project workspace.
Sub OpenSharePointTaskList()
OpenFromSharePoint siteurl:="https://ServerName/PWA/Simple", ListName:="TestTasks"
End Sub
[!includeSupport and feedback]