RecentFile 对象

         
Application
RecentFiles (RecentFile)

代表最近使用过的文件列表中的一个文件。RecentFile 对象是 RecentFiles 集合的成员。

RecentFile 对象的的用法

可用 RecentFiles(index) 返回一个 RecentFile 对象,其中 index 为文件编号。下例打开最近使用文件列表中的文件二。

Application.RecentFiles(2).Open