Application.RecentFilesMaximum Property
Project Developer Reference |
Returns or sets the maximum number of recently used files to display on the File menu. Can be a number from 0 to 9. Read/write Long.
Syntax
expression.RecentFilesMaximum
expression A variable that represents an Application object.
Return Value
Long
Remarks
Setting the RecentFilesMaximum property to 0 also sets the DisplayRecentFiles property to False.
See Also