I am running
filetoopen = Application _
.GetOpenFilename("Xls Files (*.xls), *.xls")
Workbooks.OpenText Filename:=filetoopen
After the macro is run I would like to have the file in the 'Recently used file list' but this is not the case.
Any idea what must be changed ?
filetoopen = Application _
.GetOpenFilename("Xls Files (*.xls), *.xls")
Workbooks.OpenText Filename:=filetoopen
After the macro is run I would like to have the file in the 'Recently used file list' but this is not the case.
Any idea what must be changed ?