title | ms.service | ms.assetid | ms.date | ms.localizationpriority |
---|---|---|---|---|
Application.Assistance property (Project) |
project-server |
f53bf107-9fd1-78f9-f8db-0b8c2acc5f72 |
06/08/2017 |
medium |
Gets an Office.IAssistance object that represents the Project Help system. Read-only IAssistance.
expression.Assistance
expression A variable that represents an Application object.
For more information, see the IAssistance object in the Microsoft Office Visual Basic Reference.
The following example displays the top-level page of the Project Help window.
Sub ShowHelp()
Dim theHelpSystem As Office.IAssistance
Set theHelpSystem = Application.Assistance
theHelpSystem.ShowHelp
End Sub
*<unknown type>*
[!includeSupport and feedback]