A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

delete recent file history in Word 2007



 
 
Thread Tools Display Modes
  #1  
Old May 10th, 2007, 04:18 AM posted to microsoft.public.word.newusers
Miffy[_2_]
external usenet poster
 
Posts: 5
Default delete recent file history in Word 2007

hi there,
sorry if this is sounds really trivial, but is there anyway to delete
the Recent documents list displayed in the office button in Word 2007?
I've moved a lot of files to another folder so the shortcuts lead to the
wrong location.
  #2  
Old May 10th, 2007, 07:04 AM posted to microsoft.public.word.newusers
Graham Mayor
external usenet poster
 
Posts: 18,297
Default delete recent file history in Word 2007

The list is stored in the registry at
HKEY_CURRENT_USER\Software\Microsoft\Office\12\Wor d\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

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Miffy wrote:
hi there,
sorry if this is sounds really trivial, but is there anyway to delete
the Recent documents list displayed in the office button in Word 2007?
I've moved a lot of files to another folder so the shortcuts lead to
the wrong location.



  #3  
Old May 10th, 2007, 07:27 AM posted to microsoft.public.word.newusers
Luc
external usenet poster
 
Posts: 351
Default delete recent file history in Word 2007

Miffy,
Office button - Options for Word - Advanced - view section - put a 0 in the
box next to the recent document list.
Repeat the whole process to set it back to the original value. That should
clear it, both unpinned and pinned files will be gone.

--
Luc Sanders
(MVP - PowerPoint)


"Miffy" schreef in bericht
...
hi there,
sorry if this is sounds really trivial, but is there anyway to delete the
Recent documents list displayed in the office button in Word 2007? I've
moved a lot of files to another folder so the shortcuts lead to the wrong
location.



  #4  
Old May 10th, 2007, 11:02 PM posted to microsoft.public.word.newusers
Miffy[_2_]
external usenet poster
 
Posts: 5
Default delete recent file history in Word 2007

Luc wrote:
Miffy,
Office button - Options for Word - Advanced - view section - put a 0 in the
box next to the recent document list.
Repeat the whole process to set it back to the original value. That should
clear it, both unpinned and pinned files will be gone.

o thanks, i looked around in the options but i didnt notice that.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.