I use something like this to open files by file name.
Fname = InputBox("What is the New File Name","Grank Grind FILENAME", DFN)
It gives you a popup box to answer the question
THe use the variable "Fname" to open a new file
That's sort of the way I was doing it, except I just used a DRO. Typing the file name just started getting old.