|
Microsoft Word does not offer a simple and direct method
for clearing (removing) files from the "Recently Used File" list
that is located at the
bottom of the File menu. In fellow MVP Graham Mayor's webpage
Clear
Recently Used Files, Graham describes the user interface that is available in Word Options,
a VBA solution for sweeping all files from the list, and he shows you
how to use the "Destructive Cursor" for removing individual files from
the list.
I was inspired to post this solution after reviewing a proposed
method by the budding VBA enthusiast Patricia Shannon.
Patricia's method got me to thinking about creating a UserForm for this
task. This tips page is a result of those thoughts. While I am not providing step by step procedures to create the Userform
here, my tips page
Custom VBA Message Box provides ample information and examples to
enable you to duplicate this Userform. The Userform is shown below.
It provides a multi-select list box in which you can select one or more
files using your mouse and command buttons to excute your chosen actions. Use the form to delete all of the listed
files or specific files that you have selected. It also provides
an interface for changing the maximum number of files displayed in the
Recently Used File list. |