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