Graham, thanks for your quick response.
However, I am talking about recently used font list and not recently
used file list.
Thanks again,
Anita
The list is stored in the registry at
HKEY_CURRENT_USER\Software\Microsoft\Office\12\Word\FileMRU, from
where you can delete individual entries
or
You can use the following macro which will reset the list to your
preset preferred number of displayed documents:
Sub ClearMRU
Application.DisplayRecentFiles = True
listsize = RecentFiles.Maximum
RecentFiles.Maximum = 0
RecentFiles.Maximum = listsize
End Sub
See
http://www.gmayor.com/installing_macro.htm
or to edit the list see
http://gregmaxey.mvps.org/Recent_Files_List_Editor.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Anita Dupage wrote:
Is there a way to clear the recently used font list in Word 2007?
I have searched Google and the help in Word 2007 but to no avail.
Thanks in advance,
Anita