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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.