RecentFile Object [Excel 2003 VBA Language Reference]

Application
RecentFiles
RecentFile

Represents a file in the list of recently used files. The RecentFile object is a member of the RecentFiles collection.

Using the RecentFile Object

Use RecentFiles(index), where index is the file number, to return a RecentFile object. The following example opens file two in the list of recently used files.

Application.RecentFiles(2).Open

Properties | Application Property | Creator Property | Index Property | Name Property | Parent Property | Path Property

Methods | Delete Method | Open Method

Parent Objects | Application

Child Objects