A
Andy
This is how to add the current file to the Recent File List in Word:
Sub AddCurrentFileToMRU()
RecentFiles.Add Document:=ActiveDocument.FullName
End Sub
I can't figure out how to do it in Excel. Any ideas?
TIA,
Andy
Sub AddCurrentFileToMRU()
RecentFiles.Add Document:=ActiveDocument.FullName
End Sub
I can't figure out how to do it in Excel. Any ideas?
TIA,
Andy