How do I set the file path for the getopenfilename function?... Appears as the default folder.
----------------
Dim FO As Object
Dim FN
Set FO = CreateObject("excel.Application")
FN = FO.getopenfilename("Text Files (*.txt), *.txt", , "File Open", , True)