excel 2007 deletions

K

kim

i save my excel files in my documents which i can delete...but...i cannot
delete them in the menu button???whats up with that?? all my friends here
have tried..thats why i am looking for some new friends!!!
 
J

JoAnn Paules

I'm not sure what deleting Excel files has to do with Word but... Open
Windows Explorer and delete them.
 
G

Graham Mayor

What 'menu button'? Do you mean in the recent file list? 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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top