Programming with Reflection
SetRecentlyUsedFile method
Syntax object.SetRecentlyUsedFile Title, Description, Commands
Sets the first item on the list of recently used commands on the File menu. (This list is visible only when ShowRecentlyUsedFiles is set to True.)
Title Argument type: String
The text that appears next to item 1 in the list.
Description Argument type: String
The text that appears in the status line when this menu item is selected.
Commands Argument type: String
The command(s) executed when this item is selected.