|
From: Skipper on 5 Jul 2008 20:45 Does anybody know how to remove recent documents in word 2007? My system is Windows Vista home premium. Thank you, Skipper
From: Herb Tyson [MVP] on 5 Jul 2008 23:44 In Word Options - Advanced tab, Display section, set the Show... Recent Documents: number to 0. Word 2007 does not provide a way to remove files selectively from the list (there was in previous versions, but not in Word 2007). -- Herb Tyson MS MVP Author of the Word 2007 Bible Blog: http://word2007bible.herbtyson.com Web: http://www.herbtyson.com "Skipper" <Skipper(a)discussions.microsoft.com> wrote in message news:1233F97D-C9DD-4C89-BBA9-742AD0ABF4F2(a)microsoft.com... > Does anybody know how to remove recent documents in word 2007? > > My system is Windows Vista home premium. > > Thank you, > Skipper
From: Graham Mayor on 6 Jul 2008 01:26 See 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 Word MVP web site http://word.mvps.org <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Skipper wrote: > Does anybody know how to remove recent documents in word 2007? > > My system is Windows Vista home premium. > > Thank you, > Skipper
From: Anup Tawde on 7 Jul 2008 07:08 Or probably the simplest workaround is to pin the documents you want When you click on Office Button, you get Recent document list. Just besides the document name, at the right hand side, you will find a PIN icon. click once to pin the document. Lets say, you want only 7 documents to be there in recent documents list, pin them and set no of recent documents to show at 7. -- Regards, Anup "Graham Mayor" wrote: > See 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 > Word MVP web site http://word.mvps.org > <>>< ><<> ><<> <>>< ><<> <>>< <>><<> > > Skipper wrote: > > Does anybody know how to remove recent documents in word 2007? > > > > My system is Windows Vista home premium. > > > > Thank you, > > Skipper > > >
From: Suzanne S. Barnhill on 7 Jul 2008 10:18 But I still miss the Work menu. <g> -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Anup Tawde" <anupt(a)microsoft.com> wrote in message news:028DCA48-4550-429F-94F5-22C1F1293D9E(a)microsoft.com... > Or probably the simplest workaround is to pin the documents you want > > When you click on Office Button, you get Recent document list. Just > besides > the document name, at the right hand side, you will find a PIN icon. click > once to pin the document. > > Lets say, you want only 7 documents to be there in recent documents list, > pin them and set no of recent documents to show at 7. > -- > Regards, > Anup > > > "Graham Mayor" wrote: > >> See 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 >> Word MVP web site http://word.mvps.org >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<> >> >> Skipper wrote: >> > Does anybody know how to remove recent documents in word 2007? >> > >> > My system is Windows Vista home premium. >> > >> > Thank you, >> > Skipper >> >> >> >
|
Next
|
Last
Pages: 1 2 Prev: How do i preserve css styling when opening an html file in wor Next: Thesaurus |