
10-15-2023, 10:30 PM
|
Expert
|
|
Join Date: May 2017
Posts: 949
|
|
Quote:
Originally Posted by p45cal
Check out Application.RecentFiles.
The single line:
Application.RecentFiles(1).Delete
removes the most recently added recent file entry.
Perhaps you could add this line within each iteration of your loop?
|
It worked. Thanks!
|