I am opening a Word Application from VBA. How can I unshow the file name in the recentfile list? I tried with option AddtorecentFiles= False. It is not showing up while opening the word file. But if they do any changes and save the file then it start showing up in the recent file list. Since the VBA application is closed after the application is done. So it does not have control over the Word Application. How can i do this?