Re: Most Recently Used Font List by Peri
Peri
Wed Nov 03 19:59:07 CST 2004
Thanks, Klaus. I was hoping it would be much simpler than that ;-) .
Klaus Linke wrote:
> "Peri" wrote:
>
>>Is there a way to clear this? (Not disable it, just clear it out.)
>>
>>Word 2002, SP3
>
> Hi Peri,
>
> You could set/clear the corresponding Registry key:
> System.ProfileString("Options", "NoFontMRUList") = "1"
> ((Restart Word))
> System.ProfileString("Options", "NoFontMRUList") = "0"
> ((Restart Word))
>
> But you probably can't clear it while Word is running.
>
> :-( Klaus