Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default can i delete a heading recent document drop down file

how can i delete a heading from recent documents drop downfile in excel i
have deleted the
contents of page but the heading remains in dropdown list in xp its easy but
i am
new to vista and can't do can anybody help?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,805
Default can i delete a heading recent document drop down file

If you have not changed the Excel version then the method should not change
between XP and VISTA.

Pl. share the Excel version and the method you followed earlier to clear the
list.

In Windows XP the MRU (Most Recently Used) list, for Excel 2007, is stored
in the Windows Registry at
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\E xcel\File MRU

CAUTION: PLAYING WITH REGISTRY IS VERY DANGEROUS...

"exile" wrote:

how can i delete a heading from recent documents drop downfile in excel i
have deleted the
contents of page but the heading remains in dropdown list in xp its easy but
i am
new to vista and can't do can anybody help?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
jat jat is offline
external usenet poster
 
Posts: 33
Default can i delete a heading recent document drop down file

in Excel, Office 2007 Vista,
press the big button on the top left corner.
select Excel Options at the bottom,
from the left side menu, select Advanced.
Select Display and set the "Show this number of REcent Documents" to 0.

doing my bit,

jat



"exile" wrote:

how can i delete a heading from recent documents drop downfile in excel i
have deleted the
contents of page but the heading remains in dropdown list in xp its easy but
i am
new to vista and can't do can anybody help?

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,805
Default can i delete a heading recent document drop down file

I should have mentioned this solution...

My solution is a perfect example of providing a complex solution to an easy
problem.
I thought the objective was to remove a particular file
--
--------
If this is what you wanted then press the ''''YES'''' button (if you see it)


"jat" wrote:

in Excel, Office 2007 Vista,
press the big button on the top left corner.
select Excel Options at the bottom,
from the left side menu, select Advanced.
Select Display and set the "Show this number of REcent Documents" to 0.

doing my bit,

jat



"exile" wrote:

how can i delete a heading from recent documents drop downfile in excel i
have deleted the
contents of page but the heading remains in dropdown list in xp its easy but
i am
new to vista and can't do can anybody help?

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default can i delete a heading recent document drop down file

I have two buttons near the File menu, one to remove the last entry in the
Most Recent Files List and one to add to the top of the list the current
file:

Sub DelMRU()
Application.RecentFiles(1).Delete
Application.RecentFiles.Maximum = 9
End Sub

Sub AddCurFileToMRU()
Application.RecentFiles.Add Name:=ActiveWorkbook.FullName
End Sub

If I want to delete the second thru fifth file, I click the one button five
times and click the other once to put the current file back.


"exile" wrote in message
...
how can i delete a heading from recent documents drop downfile in excel i
have deleted the
contents of page but the heading remains in dropdown list in xp its easy
but
i am
new to vista and can't do can anybody help?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to delete Excel 2007 file from list under Recent Documents GPS Excel Discussion (Misc queries) 5 May 9th 23 11:47 AM
How to dete items in 'Recent Document' window OldManEd New Users to Excel 1 March 27th 08 03:22 PM
Tab Key is opening a recent document? Mari Excel Discussion (Misc queries) 1 March 6th 07 11:50 PM
Delete file in "most recent used" section Scott Excel Discussion (Misc queries) 2 August 29th 05 10:13 PM
How do I Delete a file from the drop down file menu? Sander Excel Worksheet Functions 2 November 6th 04 05:05 PM


All times are GMT +1. The time now is 07:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"