I can use the code below to open a specific workbook.
Is it possible to make sure it ends up on the "Recents" list. This would happen if the workbook was opened normally using File/Open or double clicking.
![]()
Application.Workbooks.Open ("C:\Test Folder\File_to_open.xlsx")
Bookmarks