Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to delete Excel 2007 file from list under Recent Documents | Excel Discussion (Misc queries) | |||
How to dete items in 'Recent Document' window | New Users to Excel | |||
Tab Key is opening a recent document? | Excel Discussion (Misc queries) | |||
Delete file in "most recent used" section | Excel Discussion (Misc queries) | |||
How do I Delete a file from the drop down file menu? | Excel Worksheet Functions |