Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 960 Bytes

Project.application.assistance.md

File metadata and controls

47 lines (26 loc) · 960 Bytes
title ms.service ms.assetid ms.date ms.localizationpriority
Application.Assistance property (Project)
project-server
f53bf107-9fd1-78f9-f8db-0b8c2acc5f72
06/08/2017
medium

Application.Assistance property (Project)

Gets an Office.IAssistance object that represents the Project Help system. Read-only IAssistance.

Syntax

expression.Assistance

expression A variable that represents an Application object.

Remarks

For more information, see the IAssistance object in the Microsoft Office Visual Basic Reference.

Example

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

Property value

*<unknown type>*

[!includeSupport and feedback]