Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default Clearing the 'Recently used file list'

One way:

Public Sub KillRUList()
Dim rFile As RecentFile
For Each rFile In Application.RecentFiles
rFile.Delete
Next rFile
End Sub

In article ,
flashpoint wrote:

is it possible to 'clear' the recently used file list using vb

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Clearing the 'Recently used file list'

Beauty

Thank You!

Later Cal.

On Tue, 09 Sep 2003 23:24:46 -0600, "J.E. McGimpsey"
wrote:

One way:

Public Sub KillRUList()
Dim rFile As RecentFile
For Each rFile In Application.RecentFiles
rFile.Delete
Next rFile
End Sub

In article ,
flashpoint wrote:

is it possible to 'clear' the recently used file list using vb


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
Recently used file list tgi Excel Discussion (Misc queries) 2 October 1st 09 02:38 PM
Recently Used File List Greg P Excel Discussion (Misc queries) 1 July 11th 07 10:24 PM
recently used file list Shari Excel Discussion (Misc queries) 11 October 19th 06 08:52 PM
"Recently Used File List" phil6666 Excel Discussion (Misc queries) 13 April 20th 05 03:58 PM
Recently Used File List MISAdmin New Users to Excel 5 December 1st 04 01:53 PM


All times are GMT +1. The time now is 05:04 PM.

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

About Us

"It's about Microsoft Excel"