Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 998 Bytes

Project.application.fileopenusingbackstage.md

File metadata and controls

45 lines (26 loc) · 998 Bytes
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
Application.FileOpenUsingBackstage method (Project)
vbapj.chm1010
vbapj.chm1010
project-server
8e67d279-cbe6-4cfc-f809-ab83c6298e2f
06/08/2017
medium

Application.FileOpenUsingBackstage method (Project)

Displays the Open tab in the Backstage view.

Syntax

expression. FileOpenUsingBackstage

expression A variable that represents an Application object.

Return value

Boolean

The return value is True if Project displays the Open tab in the Backstage view; otherwise, False if there is an error.

Example

The following line of code prints Open in Backstage: True in the Immediate window of the VBE.

Debug.Print "Open in Backstage: " & Application.FileOpenUsingBackstage()

See also

FileOpenEx Method

[!includeSupport and feedback]