title | keywords | f1_keywords | ms.service | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|---|
Application.FileOpenUsingBackstage method (Project) |
vbapj.chm1010 |
|
project-server |
8e67d279-cbe6-4cfc-f809-ab83c6298e2f |
06/08/2017 |
medium |
Displays the Open tab in the Backstage view.
expression. FileOpenUsingBackstage
expression A variable that represents an Application object.
Boolean
The return value is True if Project displays the Open tab in the Backstage view; otherwise, False if there is an error.
The following line of code prints Open in Backstage: True
in the Immediate window of the VBE.
Debug.Print "Open in Backstage: " & Application.FileOpenUsingBackstage()
[!includeSupport and feedback]