DisplayRecentFiles Property [Excel 2003 VBA Language Reference]

True if the list of recently used files is displayed on the File menu. Read/write Boolean.

Example

This example turns off the list of recently used files.

Application.DisplayRecentFiles = False

Applies to | Application Object