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 object contained by the collection.

Example

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

Visual Basic for Applications
Application.RecentFiles.Add Name:="Oscar.xls"

See also: