Application.DisplayRecentFiles property (Excel)

True if the list of recently used files is displayed in the UI. Read/write Boolean.

Syntax

expression.DisplayRecentFiles

expression A variable that represents an Application object.

Example

This example turns off the list of recently used files.

Application.DisplayRecentFiles = False

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.