ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   List of Recent Files (https://www.excelbanter.com/excel-programming/409460-list-recent-files.html)

Steph

List of Recent Files
 
Excel 2003 allows you to view a list of nine of your most recently opened
files. Is there a VBA procedure available that would provide a list of even
more files? For example, could the code code return a list of 50 most recent
files?

I've tried variations of RecentFiles property but seem to be stuck.

Thanks for any help that can be provided.

--
Steph

Nigel[_2_]

List of Recent Files
 
Application.RecentFiles.Maximum = 50

--

Regards,
Nigel




"Steph" wrote in message
...
Excel 2003 allows you to view a list of nine of your most recently opened
files. Is there a VBA procedure available that would provide a list of
even
more files? For example, could the code code return a list of 50 most
recent
files?

I've tried variations of RecentFiles property but seem to be stuck.

Thanks for any help that can be provided.

--
Steph



Rick Rothstein \(MVP - VB\)[_1726_]

List of Recent Files
 
According to the help files, the Maximum property can only be a value from 0
to 9.

Rick


"Nigel" wrote in message
...
Application.RecentFiles.Maximum = 50

--

Regards,
Nigel




"Steph" wrote in message
...
Excel 2003 allows you to view a list of nine of your most recently opened
files. Is there a VBA procedure available that would provide a list of
even
more files? For example, could the code code return a list of 50 most
recent
files?

I've tried variations of RecentFiles property but seem to be stuck.

Thanks for any help that can be provided.

--
Steph




Nigel[_2_]

List of Recent Files
 
It's 50 in Excel 2007

--

Regards,
Nigel




"Rick Rothstein (MVP - VB)" wrote in
message ...
According to the help files, the Maximum property can only be a value from
0 to 9.

Rick


"Nigel" wrote in message
...
Application.RecentFiles.Maximum = 50

--

Regards,
Nigel




"Steph" wrote in message
...
Excel 2003 allows you to view a list of nine of your most recently
opened
files. Is there a VBA procedure available that would provide a list of
even
more files? For example, could the code code return a list of 50 most
recent
files?

I've tried variations of RecentFiles property but seem to be stuck.

Thanks for any help that can be provided.

--
Steph





Rick Rothstein \(MVP - VB\)[_1731_]

List of Recent Files
 
True, but the OP asked about Excel 2003.

Rick


"Nigel" wrote in message
...
It's 50 in Excel 2007

--

Regards,
Nigel




"Rick Rothstein (MVP - VB)" wrote in
message ...
According to the help files, the Maximum property can only be a value
from 0 to 9.

Rick


"Nigel" wrote in message
...
Application.RecentFiles.Maximum = 50

--

Regards,
Nigel




"Steph" wrote in message
...
Excel 2003 allows you to view a list of nine of your most recently
opened
files. Is there a VBA procedure available that would provide a list of
even
more files? For example, could the code code return a list of 50 most
recent
files?

I've tried variations of RecentFiles property but seem to be stuck.

Thanks for any help that can be provided.

--
Steph





Nigel[_2_]

List of Recent Files
 
Oops! Apologies I missed that point.

--

Regards,
Nigel




"Rick Rothstein (MVP - VB)" wrote in
message ...
True, but the OP asked about Excel 2003.

Rick


"Nigel" wrote in message
...
It's 50 in Excel 2007

--

Regards,
Nigel




"Rick Rothstein (MVP - VB)" wrote
in message ...
According to the help files, the Maximum property can only be a value
from 0 to 9.

Rick


"Nigel" wrote in message
...
Application.RecentFiles.Maximum = 50

--

Regards,
Nigel




"Steph" wrote in message
...
Excel 2003 allows you to view a list of nine of your most recently
opened
files. Is there a VBA procedure available that would provide a list
of even
more files? For example, could the code code return a list of 50 most
recent
files?

I've tried variations of RecentFiles property but seem to be stuck.

Thanks for any help that can be provided.

--
Steph







All times are GMT +1. The time now is 06:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com