RecentFiles.Add Method (Excel)

Adds a file to the list of recently used files.

Syntax

expression .Add(Name)

expression A variable that represents a RecentFiles object.

Parameters

Name

Required/Optional

Data Type

Description

Name

Required

String

The file name.

Return Value

A RecentFile object contained by the collection.

Example

This example adds Oscar.xls to the list of recently used files.

Application.RecentFiles.Add Name:="Oscar.xls"

See Also

Concepts

RecentFiles Object

RecentFiles Object Members